Update README.md

This commit is contained in:
2016-12-28 13:04:46 +01:00
committed by GitHub
parent 4998a850e1
commit 9b80df491f

View File

@@ -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
```