-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
[FR] Raspicam - change resolution without a reboot? #24
Comments
I'll put this on the TODO list to research. It's technically possible to send a request to set the resolution in a similar manner to how the controls are set, but since mjpg-streamer is expecting the stream to be of a particular size I'm not sure how well it would behave if it suddenly changes without warning. uStreamer might work better since it seems to be able to handle changes and even a lack of the camera stream better... In any case, this will require some testing and thought! edit: FWIW, I think you can do that without a reboot already. Changing |
That would be a great addition to a WONDERFUL plugin! Great job!! |
Just as an asside For those curious, I have two RaspiCam versions and here are the settings I found that work best for me: New (V2 camera) The following website helped me learn more about the native resultions for them: |
If you ever want to use higher resolutions (at the cost of FPS), check out the modprobe options described: here. (uStreamer itself is also a nice alternative to mjpg-streamer) |
So today I can change RaspiCam resolution via editing '/boot/octopi.txt' an then rebooting...
Is there a way to change it on the fly? Incorporate into this plugin? This would be hugely helpful!
The text was updated successfully, but these errors were encountered: