mirror of
https://github.com/andreili/camera-streamer.git
synced 2025-08-24 03:44:07 +02:00
6 lines
104 B
Bash
Executable File
6 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -xeo pipefail
|
|
make
|
|
./camera_stream -camera-path /dev/v4l/by-id/usb-*-video-index0 "$@"
|