Open SunnyAVT opened 5 years ago
i am trying to take pictures using pymba and OpenCV, but it does not adjust the image properly. My question is that for images of the object inside a furnace the light intensity changes from dark to bright and then again bright to dark. So which will be better for me Exposure setting to "continious" or "off" ?
multicamera_freerun.py
-- use continuous mode in image acquisition, it supports multi-camera working at console mode opencv_display_various_image.py
-- display image which has different image format, such as mono12, bayer8, bayer12, and so on opencv_liveview.py
-- use opencv to display the image at continuous mode in image acquisition opencv_multicamera_singleframe.py -- use opencv to display the image at 'SingleFrame' mode in image acquisition