cedricve / raspicam

AVA RaspiCam: C++ API for using Raspberry camera with/without OpenCv
322 stars 138 forks source link

Images change in color #59

Open zanazakaryaie opened 5 years ago

zanazakaryaie commented 5 years ago

I have set the resolution at 640x480, exposure at 100, fps at 30 and white balances at 100. But the captured images are different in color! Some of them are bluish. I tried using OpenCV's cvtColor to change from RGB to BGR but the bluish images became reddish! How should I solve the issue?

horo2016 commented 4 years ago

me too