mirror of https://github.com/OpenIPC/wiki.git
Update majestic-streamer.md
parent
517550dc11
commit
4f5344457f
|
@ -62,7 +62,15 @@ cli -s .video0.codec h264 ; cli -s .video0.fps 10 ; killall -HUP majestic
|
||||||
/night/ircut
|
/night/ircut
|
||||||
/night/light
|
/night/light
|
||||||
```
|
```
|
||||||
|
Example for disable and enable night mode
|
||||||
|
```
|
||||||
|
root@openipc-ssc377d:~# wget -q -O - http://localhost/night/off
|
||||||
|
0
|
||||||
|
root@openipc-ssc377d:~# wget -q -O - http://localhost/night/on
|
||||||
|
1
|
||||||
|
root@openipc-ssc377d:~# wget -q -O - http://localhost/night/toggle
|
||||||
|
*
|
||||||
|
```
|
||||||
|
|
||||||
### Auto day/night detection
|
### Auto day/night detection
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue