mirror of https://github.com/OpenIPC/wiki.git
add info where to find fps value
change 25fps to new default value (30fps) for sc223apull/306/head
parent
b6f4e0c9b1
commit
bff7f5eae0
|
@ -17,10 +17,11 @@ curl -s -L -o /usr/lib/sensors/libsns_sc223a.so https://github.com/OpenIPC/firmw
|
|||
curl -s -L -o /etc/sensors/sc223a_i2c_1080p.ini https://github.com/OpenIPC/firmware/raw/master/general/package/goke-osdrv-gk7205v200/files/sensor/config/sc223a_i2c_1080p.ini
|
||||
```
|
||||
|
||||
Adjust the fps value in /etc/majestic.yaml according to your sensor specs:
|
||||
Adjust the fps value in /etc/majestic.yaml according to your sensor specs.
|
||||
Search for "Isp_FrameRate" in file [/etc/sensors/sc223a_i2c_1080p.ini](https://github.com/OpenIPC/firmware/raw/master/general/package/goke-osdrv-gk7205v200/files/sensor/config/sc223a_i2c_1080p.ini).
|
||||
|
||||
```sh
|
||||
cli -s .video0.fps 25
|
||||
cli -s .video0.fps 30
|
||||
```
|
||||
|
||||
Restart streamer:
|
||||
|
|
Loading…
Reference in New Issue