Fix *_camera.sh scripts

This commit is contained in:
Kamil Trzcinski
2022-04-11 18:58:06 +02:00
parent d76e659a15
commit 2f3f4b4653
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ fi
set -xeo pipefail
make -j$(nproc)
$GDB ./camera_stream -camera-path=$(echo /dev/v4l/by-path/*.csi-video-index0) \
$GDB ./camera-streamer -camera-path=$(echo /dev/v4l/by-path/*.csi-video-index0) \
-camera-options=vertical_blanking=728 \
-camera-options=exposure=2444 \
-camera-options=analogue_gain=600 \