-
Notifications
You must be signed in to change notification settings - Fork 29
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
Inconsistent white balance #37
Comments
Seems like the first seconds of livestream have the same tint. Maybe I could try to capture a few seconds before taking a snapshot... but that would probably break things like live notifications on motion detection, door bell etc. because of the delay. |
The first seconds of livestream (at least for me) are not an actual livestream. They have the same tint, some artifacts and it's just a still picture without any movement. Once the frames start moving, they start with the right color balance right away. |
Does using something longer than 1.0 seconds change the effect? |
does something like 15s look any better? |
Would it be possible to generate the static snapshots using raspistill instead of ffmpeg? It seems that people are getting better quality photos with it. |
In the Live streaming mode the camera picture is correctly white-balanced. However, the static snapshots have this awful yellow tint.
See here: https://imgur.com/YfVnA7Y
We start with a yellow tint, then I switch to the Live mode and the picture gets properly white-balanced, then I exit the Live mode and another yellow snapshot gets generated.
Would it be possible to use the same settings for both the Live feed and the snapshots?
The text was updated successfully, but these errors were encountered: