We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15cd859 commit 31061c8Copy full SHA for 31061c8
1 file changed
scripts/files/camera-streamer/camera-streamer-usb@.service
@@ -17,7 +17,7 @@ ExecStart=/bin/sh -c "exec /usr/bin/camera-streamer \
17
--camera-type=v4l2 \
18
--camera-path=$(ls -b $DEVICE | head -n1) \
19
--camera-format=${FORMAT} \
20
- --camera-width=${WIDTH} -camera-height=${HEIGHT} \
+ --camera-width=${WIDTH} --camera-height=${HEIGHT} \
21
--camera-fps=${FRAMERATE} \
22
--camera-nbufs=${NBUFS:-2} \
23
${OPTIONS}"
0 commit comments