add G.Craftsman GCA50

This commit is contained in:
cronyx
2024-02-14 13:52:09 +03:00
parent 00004d804f
commit 15ddf67170
4 changed files with 172 additions and 0 deletions

View File

@@ -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