Add options in format -opt=value

This commit is contained in:
Kamil Trzcinski
2022-04-06 09:22:35 +02:00
parent 4e3c235b36
commit 23178325cf
5 changed files with 43 additions and 22 deletions

View File

@ -2,4 +2,4 @@
set -xeo pipefail
make
./camera_stream -camera-path /dev/v4l/by-id/usb-*-video-index0 "$@"
./camera_stream -camera-path=$(echo /dev/v4l/by-id/usb-*-video-index0 ) "$@"