diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2023-08-09 12:58:17 +0300 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2023-08-09 14:04:45 +0300 |
commit | 1962f81149e1a1230b7888f1c7da0ac4c0b33c08 (patch) | |
tree | 6ce4a56b139a0ab37d7218b2be3520999833e62a /README.md | |
parent | 30c275c5c87b9d4f0bc3b0e0e3175775d3738319 (diff) |
main: Allow to pass different devices and height/width
Bug-AGL: SPEC-4877
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Ic35267e93a95589be6af0b3d2e0bb9839303b519
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,3 +3,5 @@ camera-gstreamer Assumes that /dev/video0 is present and is set as a capture device. Use DEFAULT_V4L2_DEVICE environmental variable to change it. +DEFAULT_V4L2_DEVICE_WIDTH and DEFAULT_V4L2_DEVICE_HEIGHT to specify the +dimensions. |