summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2023-08-09 12:58:17 +0300
committerMarius Vlad <marius.vlad@collabora.com>2023-08-09 14:04:45 +0300
commit1962f81149e1a1230b7888f1c7da0ac4c0b33c08 (patch)
tree6ce4a56b139a0ab37d7218b2be3520999833e62a /README.md
parent30c275c5c87b9d4f0bc3b0e0e3175775d3738319 (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.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index a7f64b7..bb1db89 100644
--- a/README.md
+++ b/README.md
@@ -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.