mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-27 05:29:32 +00:00
Lower default fpv camera resolution
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
|
||||
echo "Starting FPV camera $1 on :$2"
|
||||
cd /home/pi/mjpg-streamer/mjpg-streamer-experimental
|
||||
./mjpg_streamer -i "./input_uvc.so -d $1 -r 1024x720 -f 30" -o "./output_http.so -w ./www -p $2"
|
||||
./mjpg_streamer -i "./input_uvc.so -d $1 -r 320x240 -f 30" -o "./output_http.so -w ./www -p $2"
|
||||
|
||||
Reference in New Issue
Block a user