mirror of
https://github.com/nikdoof/builder.git
synced 2025-12-13 07:42:14 +00:00
Fix autostart with work params
This commit is contained in:
@@ -9,12 +9,14 @@ fw_setenv upgrade 'https://github.com/OpenIPC/builder/releases/download/latest/h
|
||||
#
|
||||
# Set majestic settings
|
||||
#
|
||||
cli -s .isp.blkCnt 5
|
||||
cli -s .nightMode.irCutPin1 2
|
||||
cli -s .nightMode.backlightPin 56
|
||||
cli -s .nightMode.lightMonitor true
|
||||
cli -s .nightmode.lightSensorPin 62
|
||||
cli -s .nightmode.lightSensorInvert true
|
||||
cli -s .video0.codec h264
|
||||
cli -s .video0.fps 20
|
||||
cli -s .audio.enabled true
|
||||
cli -s .audio.volume 40
|
||||
cli -s .audio.srate 8000
|
||||
|
||||
@@ -10,12 +10,14 @@ fw_setenv upgrade 'https://github.com/OpenIPC/builder/releases/download/latest/h
|
||||
#
|
||||
# Set custom majestic settings
|
||||
#
|
||||
cli -s .isp.blkCnt 5
|
||||
cli -s .nightMode.irCutPin1 64
|
||||
cli -s .nightMode.backlightPin 65
|
||||
cli -s .nightMode.lightMonitor true
|
||||
cli -s .nightmode.lightSensorPin 62
|
||||
cli -s .nightmode.lightSensorInvert false
|
||||
cli -s .video0.codec h264
|
||||
cli -s .video0.fps 20
|
||||
cli -s .audio.enabled true
|
||||
cli -s .audio.volume 40
|
||||
cli -s .audio.srate 8000
|
||||
|
||||
Reference in New Issue
Block a user