mirror of
https://github.com/nikdoof/builder.git
synced 2025-12-14 08:02:16 +00:00
IPC-C22E-S2-V2
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
#!/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/ssc335de_lite_imou-c22e-s2-v2-nor.tgz'
|
||||
#
|
||||
#
|
||||
# Set custom majestic settings
|
||||
#
|
||||
cli -s .system.staticDir /var/www/majestic
|
||||
#cli -s .image.mirror true
|
||||
#cli -s .image.flip true
|
||||
#cli -s .nightMode.irCutPin1 61
|
||||
#cli -s .nightMode.irCutPin2 79
|
||||
#cli -s .nightMode.backlightPin 4
|
||||
#cli -s .nightMode.colorToGray true
|
||||
#cli -s .audio.speakerPin 0
|
||||
cli -s .video0.codec h264
|
||||
#
|
||||
#
|
||||
# Set wlan device and credentials if need
|
||||
#
|
||||
#fw_setenv wlandev rtl8188fu-imou-c22e-s2-v2
|
||||
#fw_setenv wlanssid Router
|
||||
#fw_setenv wlanpass 12345678
|
||||
|
||||
exit 0
|
||||
@@ -0,0 +1,35 @@
|
||||
/etc/sensors/gc4023.bin
|
||||
/etc/sensors/gc4653.bin
|
||||
/etc/sensors/imx307.bin
|
||||
/etc/sensors/imx335.bin
|
||||
/etc/sensors/jxf37.bin
|
||||
/etc/sensors/jxq03.bin
|
||||
/etc/sensors/sc200ai.bin
|
||||
/etc/sensors/sc223a.bin
|
||||
/etc/sensors/sc2335.bin
|
||||
/etc/sensors/sc2336.bin
|
||||
/etc/sensors/sc3338.bin
|
||||
/etc/sensors/sc401ai.bin
|
||||
#
|
||||
/lib/modules/4.9.84/sigmastar/sensor/sensor_gc2083_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor/sensor_gc4023_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor/sensor_gc4653_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor/sensor_imx307_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor/sensor_imx335_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor/sensor_jxf37_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor/sensor_jxq03_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor/sensor_os02g10_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor/sensor_sc200ai_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor/sensor_sc2239_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor/sensor_sc223a_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor/sensor_sc2335_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor/sensor_sc2336_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor/sensor_sc3335_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor/sensor_sc3338_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor/sensor_sc401ai_mipi.ko
|
||||
#
|
||||
/lib/modules/4.9.84/kernel/fs/lockd/lockd.ko
|
||||
/lib/modules/4.9.84/kernel/fs/nfs/nfs.ko
|
||||
/lib/modules/4.9.84/kernel/fs/nfs/nfsv3.ko
|
||||
/lib/modules/4.9.84/kernel/fs/nfs_common/grace.ko
|
||||
/lib/modules/4.9.84/kernel/net/sunrpc/sunrpc.ko
|
||||
Reference in New Issue
Block a user