astuff / avt_vimba_camera

ROS1/2 Driver for AVT cameras using VIMBA SDK.
Other
22 stars 43 forks source link

Problems using camera in diferrent light conditions #88

Closed gustavojoseleite closed 2 years ago

gustavojoseleite commented 2 years ago

Hi I'm working with day and night camera settings. I kept the limits for exposure between 0-100000 (as the documentation indicates, I need to keep a constant frame rate of 10hz) and for the gain between 0-30 (although it is not recommended to keep a high value for the gain, as it increases the noise ). For the exposure algorithm I was using FitRange, but I tested too the mean algorithm.

In some cases, during the light flicker, the camera image was completely white and even after some time, it didn't return to a good setting (I'm keeping the continuous adjustment for exposure, gain and white balance), it was necessary to restart the driver from the camera. From what I read in the documentation Mean's algorithm can saturate the image in some cases, is there any way to mitigate this problem? Or some other parameter that can be changed in order to get good images for use during the day and night keeping the frame rate constant and avoiding the noise problem?

Thanks

icolwell-as commented 2 years ago

Hi @gustavojoseleite, it sounds like these issues are inherent to the camera itself and not necessarily related to the ROS driver. Do you see similar behaviour running the camera with VimbaViewer? If you do, then I recommend that you reach out to AVT support.

icolwell-as commented 2 years ago

Closing due to lack of response.