Add files via upload

pull/1681/head
Huang jinlong 2024-12-11 05:58:26 +08:00 committed by GitHub
parent e1a6e19940
commit 016e205f22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 72 additions and 0 deletions

View File

@ -0,0 +1,9 @@
yaml-cli -s .isp.sensorConfig /etc/sensors/imx415_fpv.bin
yaml-cli -s .isp.exposure 10
yaml-cli -s .video0.size 1920x1080
yaml-cli -s .video0.fps 60
yaml-cli -s .video0.crop 0x0x1920x1080
sleep .2
/root/kill.sh &
sleep .2

View File

@ -0,0 +1,7 @@
yaml-cli -s .video0.size 1920x1080
yaml-cli -s .video0.crop 0x0x1920x1080
yaml-cli -s .video0.fps 60
yaml-cli -s .isp.sensorConfig /etc/sensors/imx415_fpv.bin
yaml-cli -s .isp.exposure 20
sleep .2
/root/kill.sh

View File

@ -0,0 +1,7 @@
yaml-cli -s .video0.size 1920x1080
yaml-cli -s .video0.crop 0x0x1920x1080
yaml-cli -s .video0.fps 90
yaml-cli -s .isp.sensorConfig /etc/sensors/imx415_fpv.bin
yaml-cli -s .isp.exposure 30
sleep .2
/root/kill.sh

View File

@ -0,0 +1,7 @@
yaml-cli -s .video0.size 3840x2160
yaml-cli -s .video0.crop 240x144x2560x1440
yaml-cli -s .video0.fps 30
yaml-cli -s .isp.sensorConfig /etc/sensors/imx415_fpv.bin
yaml-cli -s .isp.exposure 10
sleep .2
/root/kill.sh &

View File

@ -0,0 +1,8 @@
yaml-cli -s .video0.size 3840x2160
yaml-cli -s .video0.crop 560x320x2560x1440
yaml-cli -s .video0.fps 20
yaml-cli -s .isp.sensorConfig /etc/sensors/imx415_fpv.bin
yaml-cli -s .isp.exposure 10
sleep .2
/root/kill.sh &
sleep .2

View File

@ -0,0 +1,9 @@
yaml-cli -s .video0.size 1280x720
yaml-cli -s .video0.fps 60
yaml-cli -s .isp.sensorConfig /etc/sensors/imx415_fpv.bin
yaml-cli -s .isp.exposure 10
yaml-cli -s .video0.crop 0x0x1280x720
sleep .2
/root/kill.sh &
sleep .2

View File

@ -0,0 +1,7 @@
yaml-cli -s .video0.size 1280x720
yaml-cli -s .video0.crop 0x0x1280x720
yaml-cli -s .video0.fps 60
yaml-cli -s .isp.sensorConfig /etc/sensors/imx415_fpv.bin
yaml-cli -s .isp.exposure 20
sleep .2
/root/kill.sh

View File

@ -0,0 +1,7 @@
yaml-cli -s .video0.size 1280x720
yaml-cli -s .video0.crop 0x0x1280x720
yaml-cli -s .video0.fps 90
yaml-cli -s .isp.sensorConfig /etc/sensors/imx415_fpv.bin
yaml-cli -s .isp.exposure 30
sleep .2
/root/kill.sh

View File

@ -0,0 +1,7 @@
yaml-cli -s .video0.size 1280x720
yaml-cli -s .video0.crop 0x0x1280x720
yaml-cli -s .video0.fps 120
yaml-cli -s .isp.sensorConfig /etc/sensors/imx415_fpv.bin
yaml-cli -s .isp.exposure 30
sleep .2
/root/kill.sh

View File

@ -0,0 +1,4 @@
killall majestic
sleep 1
majestic &

Binary file not shown.