mirror of
https://github.com/nikdoof/builder.git
synced 2025-12-26 08:19:25 +00:00
add wansview q5 1080p
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#
|
||||
Experimental system for building OpenIPC firmware for known devices
|
||||
#
|
||||
14
devices/t21_lite_wansview-q5-1080p/general/overlay/etc/init.d/S90autonight
Executable file
14
devices/t21_lite_wansview-q5-1080p/general/overlay/etc/init.d/S90autonight
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
autonight -d 3
|
||||
;;
|
||||
stop)
|
||||
kill -9 $(pidof autonight)
|
||||
;;
|
||||
*)
|
||||
echo "Usage: $0 {start|stop}"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
@@ -0,0 +1,35 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Perform basic settings on a known IP camera
|
||||
#
|
||||
#
|
||||
# Set custom upgrade url
|
||||
#
|
||||
fw_setenv upgrade 'https://github.com/OpenIPC/builder/releases/download/latest/t21_lite_wansview-q5-1080p-nor.tgz'
|
||||
#
|
||||
#
|
||||
# Set custom majestic settings
|
||||
#
|
||||
cli -s .system.webAdmin disabled
|
||||
cli -s .system.staticDir /var/www/majestic
|
||||
cli -s .isp.blkCnt 1
|
||||
cli -s .nightMode.enabled true
|
||||
cli -s .nightMode.irCutPin1 80
|
||||
cli -s .nightMode.irCutPin2 79
|
||||
cli -s .nightMode.backlightPin 49
|
||||
cli -s .video0.codec h264
|
||||
#
|
||||
#
|
||||
# Set wlan device and credentials if need
|
||||
#
|
||||
fw_setenv wlandev rtl8188fu-generic
|
||||
#fw_setenv wlanssid Router
|
||||
#fw_setenv wlanpass 12345678
|
||||
#
|
||||
#
|
||||
# Set osmem and rmem
|
||||
#
|
||||
fw_setenv osmem 39M
|
||||
fw_setenv rmem 25M@0x2700000
|
||||
#
|
||||
exit 0
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,32 @@
|
||||
etc/sensor/jxf23-t21.bin
|
||||
etc/sensor/jxf37-t21.bin
|
||||
etc/sensor/sc2232-t21.bin
|
||||
etc/sensor/sc2300-t21.bin
|
||||
etc/sensor/sc2335-t21.bin
|
||||
#
|
||||
etc/sensor/gc2053.yaml
|
||||
etc/sensor/jxf22.yaml
|
||||
etc/sensor/jxf23.yaml
|
||||
etc/sensor/jxf37.yaml
|
||||
etc/sensor/jxh42.yaml
|
||||
etc/sensor/jxh62.yaml
|
||||
etc/sensor/jxq03.yaml
|
||||
etc/sensor/jxq03p.yaml
|
||||
etc/sensor/ov2735.yaml
|
||||
etc/sensor/ov4689.yaml
|
||||
etc/sensor/ps5260.yaml
|
||||
etc/sensor/sc2232.yaml
|
||||
etc/sensor/sc2232h.yaml
|
||||
etc/sensor/sc2300.yaml
|
||||
etc/sensor/sc2335.yaml
|
||||
etc/sensor/sc5235.yaml
|
||||
#
|
||||
lib/modules/3.10.14__isvp_turkey_1.0__/ingenic/tx-isp-t21l.ko
|
||||
lib/modules/3.10.14__isvp_turkey_1.0__/ingenic/tx-isp-t21n.ko
|
||||
lib/modules/3.10.14__isvp_turkey_1.0__/ingenic/sensor_jxf23_t21n.ko
|
||||
lib/modules/3.10.14__isvp_turkey_1.0__/ingenic/sensor_jxf37_t21l.ko
|
||||
lib/modules/3.10.14__isvp_turkey_1.0__/ingenic/sensor_sc2232_t21n.ko
|
||||
lib/modules/3.10.14__isvp_turkey_1.0__/ingenic/sensor_sc2300_t21z.ko
|
||||
lib/modules/3.10.14__isvp_turkey_1.0__/ingenic/sensor_sc2335_t21n.ko
|
||||
lib/modules/3.10.14__isvp_turkey_1.0__/ingenic/sensor_sc2335_t21z.ko
|
||||
|
||||
Reference in New Issue
Block a user