From 9b80df491f2fa2b4308d0b8a7e8255f0a466077e Mon Sep 17 00:00:00 2001 From: visocicaguy Date: Wed, 28 Dec 2016 13:04:46 +0100 Subject: [PATCH] Update README.md --- controller/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/controller/README.md b/controller/README.md index 3bf6f59..c333922 100644 --- a/controller/README.md +++ b/controller/README.md @@ -94,3 +94,13 @@ furthermore, this can be added at the end o the file: watchdog-timeout=15 ``` + +12. multiple cameras support +``` +as multiple cameras need to be combined and avconv does not support the appropriate functionality an additional tool must be installed + +1. apt-get update +2. sudo apt-get install imagemagick + +this is being used in /controller/config/__init__.py PICTURE_COMMAND when executing the "convert" command while combining multiple images +```