Merge pull request #385 from RoboSchmied/patch-4

add link to sensor documentation to firmware-sensor-install-sc223a.md
pull/389/head
Signor Pellegrino 2024-07-17 12:45:36 +03:00 committed by GitHub
commit 81b2d1cff8
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)