mirror of
https://github.com/nikdoof/builder.git
synced 2025-12-13 23:52:17 +00:00
add G.Craftsman GCA50
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#!/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/t31_ultimate_gcraftsman-gca50-nor.tgz'
|
||||
#
|
||||
#
|
||||
# Set custom majestic settings
|
||||
#
|
||||
cli -s .system.plugins true
|
||||
cli -s .nightMode.enabled true
|
||||
cli -s .nightMode.irCutPin1 58
|
||||
cli -s .nightMode.irCutPin2 57
|
||||
cli -s .nightMode.backlightPin 50
|
||||
cli -s .video0.codec h264
|
||||
#
|
||||
exit 0
|
||||
Reference in New Issue
Block a user