add link to sensor documentation to firmware-sensor-install-sc223a.md

add link to sensor documentation to firmware-sensor-install-sc223a.md
small text changes
pull/385/head
RoboSchmied 2024-07-15 15:24:53 +02:00 committed by GitHub
parent 61be4b4414
commit 0f64abdf82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,8 @@ If an image sensor driver is not included in the firmware image, you can install
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).
The needed files for other sensors can be found following [this list](firmware-sensors.md).
Install the files by downloading them directly from github to your device:
```sh
@ -30,3 +31,5 @@ cli -s .video0.fps 30
killall majestic
majestic
```
[more info about sensor `sc223a`](https://github.com/RoboSchmied/Documentation/blob/main/sc223a.md)