(re)start majestic on terminal (#308)

pull/309/head
RoboSchmied 2024-01-23 16:30:54 +01:00 committed by GitHub
parent f24670bdab
commit e794df084d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -24,8 +24,9 @@ Search for "Isp_FrameRate" in file [/etc/sensors/sc223a_i2c_1080p.ini](https://g
cli -s .video0.fps 30
```
Restart streamer:
(Re)start streamer:
```sh
killall -1 majestic
killall majestic
majestic
```