diff --git a/README.md b/README.md index 245b347..e798f28 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ OpenIPC Wiki - [Network perversions](en/network-perversions.md) - [System features](en/system-features.md) - [Majestic streamer](en/majestic-streamer.md) -- [Microbe web interface](en/microbe-web.md) +- [Web interface](en/web-interface.md) - [Upgrade firmware](en/sysupgrade.md) - [Image quality tuning](en/image-quality-tuning.md) - [Memory tuning](en/memory-tuning.md) diff --git a/en/firmware-sensor-install-sc223a.md b/en/firmware-sensor-install-sc223a.md new file mode 100644 index 0000000..014450c --- /dev/null +++ b/en/firmware-sensor-install-sc223a.md @@ -0,0 +1,28 @@ +# OpenIPC Wiki +[Table of Content](../README.md) + +Install Image Sensors +----------------------- + +If your 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. +You can find the files for your sensor following [this list](https://github.com/OpenIPC/wiki/blob/master/en/firmware-sensors.md). + +As an example the image sensor "sc223a" will be installed to a gk7205v210 board ( with openipc-gk7205v210-fpv-8mb.bin flashed). +Install the files by downloading them directly from github to your device: +``` +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 /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 +``` + +Adjust the fps value in /etc/majestic.yaml according to your sensor specs: + +``` +cli -s .video0.fps 25 +``` + +Restart streamer: + +``` +killall -1 majestic +``` diff --git a/en/microbe-web.md b/en/web-interface.md similarity index 97% rename from en/microbe-web.md rename to en/web-interface.md index 282258a..7344298 100644 --- a/en/microbe-web.md +++ b/en/web-interface.md @@ -1,7 +1,7 @@ # OpenIPC Wiki [Table of Content](../README.md) -Microbe web interface +Web interface --------------------- Web Interface is available on port 85 as _http://camera-ip:85_.