Replies: 1 comment 1 reply
-
This is expected behavior due to indi-allsky processing RAW (DNG) data by default. This just means no white balancing is applied. There are two green pixels for every red and blue pixel on the sensor which leads to a green bias in the image. You can return libcamera-still to the default functionality by enabling the AWB settings in the libcamera settings area. Unfortunately, there is a side effect to enabling AWB. libcamera implements AWB by taking multiple exposures to figure out the proper balancing settings (for every frame). At night, this can mean a 30s nighttime exposure can take 2-3 minutes to complete. You do not notice during the day because exposures are so short. The alternative is to use one of the SCNR algorithms on the Image tab. These algorithms are a quick way to remove the green bias from the RAW images. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I've just finished my installation and I'm having a problem with the captured images.
They are all green!
If I view the stream in real time (via libcamera-still -t0 )
The image is correct.
But since indi: it's all green and I can't identify the parameter that produces this?
If you have any idea.
Beta Was this translation helpful? Give feedback.
All reactions