morefigs / pymba

Python wrapper for Allied Vision's Vimba C API
MIT License
105 stars 84 forks source link

Upload 4 samples file for camera image acquisition #112

Open SunnyAVT opened 5 years ago

SunnyAVT commented 5 years ago

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

kumbhat941 commented 2 months 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" ?