mirror of
https://github.com/andreili/camera-streamer.git
synced 2025-09-12 00:21:15 +02:00
6 lines
114 B
Bash
Executable File
6 lines
114 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -xeo pipefail
|
|
make
|
|
./camera_stream -camera-path=$(echo /dev/v4l/by-path/*.csi-video-index0) "$@"
|