add Vixand IVG-G4F-A-W

This commit is contained in:
cronyx
2024-05-03 15:34:00 +03:00
parent 1321b516cc
commit 2db43784e7
4 changed files with 200 additions and 0 deletions

View File

@@ -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/gk7205v210_lite_vixand-ivg-g4f-a-w-nor.tgz'
#
#
# Set wlan device and credentials if need
#
fw_setenv wlandev atbm603x-generic-usb
#fw_setenv wlanssid Router
#fw_setenv wlanpass 12345678
#
# Set majestic settings
#
cli -s .system.webAdmin disabled
cli -s .system.staticDir /var/www/majestic
cli -s .nightMode.irCutPin1 8
cli -s .nightMode.irCutPin2 9
cli -s .nightMode.backlightPin 14
cli -s .nightMode.lightMonitor true
cli -s .nightMode.minThreshold 2000
cli -s .nightMode.maxThreshold 14000
#cli -s .audio.speakerPin 55
cli -s .video0.codec h264
exit 0