From 0f64abdf82d7ed8e4e819ed76d4be106ebcb44ba Mon Sep 17 00:00:00 2001 From: RoboSchmied Date: Mon, 15 Jul 2024 15:24:53 +0200 Subject: [PATCH] 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 --- en/firmware-sensor-install-sc223a.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/en/firmware-sensor-install-sc223a.md b/en/firmware-sensor-install-sc223a.md index d887b1c..13bcce8 100644 --- a/en/firmware-sensor-install-sc223a.md +++ b/en/firmware-sensor-install-sc223a.md @@ -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)