This commit is contained in:
2025-05-26 00:04:15 +02:00
parent 694f52e40b
commit bd5da41b9d
3 changed files with 14 additions and 15 deletions

View File

@@ -21,15 +21,15 @@ Enable one of provided systemd configuration:
```bash
ls -al /usr/share/camera-streamer/examples/
systemctl enable /usr/share/camera-streamer/examples/camera-streamer-raspi-v3-12MP.service
systemctl start camera-streamer-raspi-v3-12MP
systemctl enable /usr/share/camera-streamer/examples/camera-streamer-<********>.service
systemctl start camera-streamer-<********>
```
You can also copy an existing service and fine tune it:
```bash
cp /usr/share/camera-streamer/examples/camera-streamer-raspi-v3-12MP.service /etc/systemd/system/camera-streamer.service
sudo cp /usr/share/camera-streamer/examples/camera-streamer-<********>.service /etc/systemd/system/camera-streamer.service
sudo vim /etc/systemd/system/camera-streamer.service
systemctl enable camera-streamer
systemctl start camera-streamer
sudo systemctl enable camera-streamer
sudo systemctl start camera-streamer
```