Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Sp4rkR4t opened this issue Dec 23, 2023 · 1 comment

Comments

@Sp4rkR4t
Copy link

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
Copy link

tri-ler commented Jan 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants