ayufan / camera-streamer

High-performance low-latency camera streamer for Raspberry PI's
291 stars 46 forks source link

Camera-streamer installed as service for picamera-v3, correct way to pass settings? #126

Open Sp4rkR4t opened 6 months ago

Sp4rkR4t commented 6 months ago

I have a Pi Camera installed into a pi zero2w with camera-streamer installed as a service and that works excellently, however I need to tweak the video settings to disable autofocus and AWB and probably a few other settings so what would be the best way to do this that will persist through restarts/updates?

tri-ler commented 5 months ago

I believe the infromation you are looking for can be found here

https://github.com/ayufan/camera-streamer/blob/main/docs/configure.md

The last part of the install guide contains info on how to copy an existing configuration and modify for your needs.

cp /usr/share/camera-streamer/examples/camera-streamer-raspi-v3-12MP.service /etc/systemd/system/camera-streamer.service
edit /etc/systemd/system/camera-streamer.service
systemctl enable camera-streamer
systemctl start camera-streamer