Skip to content

Commit 31061c8

Browse files
committed
Add a missing dash
1 parent 15cd859 commit 31061c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/files/camera-streamer/camera-streamer-usb@.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ExecStart=/bin/sh -c "exec /usr/bin/camera-streamer \
1717
--camera-type=v4l2 \
1818
--camera-path=$(ls -b $DEVICE | head -n1) \
1919
--camera-format=${FORMAT} \
20-
--camera-width=${WIDTH} -camera-height=${HEIGHT} \
20+
--camera-width=${WIDTH} --camera-height=${HEIGHT} \
2121
--camera-fps=${FRAMERATE} \
2222
--camera-nbufs=${NBUFS:-2} \
2323
${OPTIONS}"

0 commit comments

Comments
 (0)