Update [firmware-sensor-install-sc223a.md]

clarification
pull/326/head
RoboSchmied 2024-02-13 05:51:30 +01:00 committed by GitHub
parent c36152303e
commit ceb519a35b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -6,11 +6,11 @@ Install Image Sensors
If an image sensor driver is not included in the firmware image, you can install it manually. If an image sensor driver is not included in the firmware image, you can install it manually.
You need a sensor library and one sensor configuration file.
The files can be found following [this list](firmware-sensors.md).
As an example the image sensor "sc223a" will be installed to a gk7205v210 board (with openipc-gk7205v210-fpv-8mb.bin flashed). As an example the image sensor "sc223a" will be installed to a gk7205v210 board (with openipc-gk7205v210-fpv-8mb.bin flashed).
You need a [sensor library](https://github.com/OpenIPC/firmware/raw/master/general/package/goke-osdrv-gk7205v200/files/sensor/libsns_sc223a.so) and one [sensor configuration file](https://github.com/OpenIPC/firmware/raw/master/general/package/goke-osdrv-gk7205v200/files/sensor/config/sc223a_i2c_1080p.ini).
The files for your sensor can be found following [this list](firmware-sensors.md).
Install the files by downloading them directly from github to your device: Install the files by downloading them directly from github to your device:
```sh ```sh
curl -s -L -o /usr/lib/sensors/libsns_sc223a.so https://github.com/OpenIPC/firmware/raw/master/general/package/goke-osdrv-gk7205v200/files/sensor/libsns_sc223a.so curl -s -L -o /usr/lib/sensors/libsns_sc223a.so https://github.com/OpenIPC/firmware/raw/master/general/package/goke-osdrv-gk7205v200/files/sensor/libsns_sc223a.so
@ -18,7 +18,7 @@ curl -s -L -o /etc/sensors/sc223a_i2c_1080p.ini https://github.com/OpenIPC/firmw
``` ```
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). Search for "Isp_FrameRate" in your sensor configuration 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 ```sh
cli -s .video0.fps 30 cli -s .video0.fps 30