Fix res factors

This commit is contained in:
Kamil Trzcinski
2022-04-05 21:01:31 +02:00
parent 7e8789b53f
commit f109f3f569
4 changed files with 13 additions and 3 deletions

5
usb_camera.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
set -xeo pipefail
make
./camera_stream -camera-path /dev/v4l/by-id/usb-*-video-index0 "$@"