Problems you were having?
The 3MP AWB algorithm seems to not run behind the scenes even with additional delays as discussed on: ArduCam Mega Micropython Port (Photo with 3MP below)
The dmesg log from your hardware? N/A
Troubleshooting attempts you’ve made?
Setting WB registers to the different modes
Setting filters
full_featured.ino (Arduino exhibits the same behaviour on the 3MP), a video recording for ~5 seconds removes the greenish tinge
What help do you need?
The correct flow to get unaltered photos from the 3MP camera
Hello,
Thanks for your question. Don’t worry and I will try my best to help you.
For the mega 3MP’s green image issue, it is due to the sensor’s internel AWB algorithm.
Different sensor,the awb algorithm maybe different. we sugguest open the sensor and wait about 500~1000 ms to make sure the camera work normal.
What’s more. cause the limited bus width of uart. the framerate is very slow if using big resolution.
So it seems need more time to reproduce normal from green image.
Hope what I said will help you.
Let me know if you need more help.