mirror of https://github.com/OpenIPC/firmware.git
[fpv] more modifications
parent
c199c90d64
commit
36107b7018
|
@ -98,7 +98,7 @@ streamer() {
|
||||||
if [ -f /usr/bin/venc ]; then
|
if [ -f /usr/bin/venc ]; then
|
||||||
if [ ${sensor} = "imx335" ]; then
|
if [ ${sensor} = "imx335" ]; then
|
||||||
sed -i "s!version=200_imx307B!version=300_imx335B!g" /etc/venc.conf
|
sed -i "s!version=200_imx307B!version=300_imx335B!g" /etc/venc.conf
|
||||||
sed -i "s!size=1292x972!size=1292x972!g" /etc/venc.conf
|
sed -i "s!size=720p!size=1292x972!g" /etc/venc.conf
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
unit=drone
|
unit=drone
|
||||||
|
|
||||||
wlan=wlan0
|
wlan=wlan0
|
||||||
region=BO
|
region=00
|
||||||
### By default used channel number, but, you may set freq instead. For ex: 2387M
|
### By default used channel number, but, you may set freq instead. For ex: 2387M
|
||||||
channel=14
|
channel=14
|
||||||
frequency=
|
frequency=
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
unit=gs
|
unit=gs
|
||||||
|
|
||||||
wlan=wlan0
|
wlan=wlan0
|
||||||
region=BO
|
region=00
|
||||||
### By default used channel number, but, you may set freq instead. For ex: 2387M
|
### By default used channel number, but, you may set freq instead. For ex: 2387M
|
||||||
channel=14
|
channel=14
|
||||||
frequency=
|
frequency=
|
||||||
|
|
Loading…
Reference in New Issue