mirror of https://github.com/OpenIPC/wiki.git
add link to sensor documentation to firmware-sensor-install-sc223a.md
add link to sensor documentation to firmware-sensor-install-sc223a.md small text changespull/385/head
parent
61be4b4414
commit
0f64abdf82
|
@ -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).
|
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).
|
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:
|
Install the files by downloading them directly from github to your device:
|
||||||
```sh
|
```sh
|
||||||
|
@ -30,3 +31,5 @@ cli -s .video0.fps 30
|
||||||
killall majestic
|
killall majestic
|
||||||
majestic
|
majestic
|
||||||
```
|
```
|
||||||
|
|
||||||
|
[more info about sensor `sc223a`](https://github.com/RoboSchmied/Documentation/blob/main/sc223a.md)
|
||||||
|
|
Loading…
Reference in New Issue