morefigs / pymba

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

Exposure time&Gשןמ #135

Closed arielkantorovich closed 3 years ago

arielkantorovich commented 3 years ago

Hello everyone, I do not find in the methods of pymba how I can control the exposure time and the gain of the camera. In addition, how can I acquire the information single frame, for example, 10 photographs and that the method returns to me a matrix of a column row and a dimension of ten, each dimension being a specific image. Thanks to all the helpers :)

morefigs commented 3 years ago

Try https://github.com/alliedvision/VimbaPython

maness19 commented 3 years ago

Are pymba and VimbaPython different? or they are same. Because I am using pymba libarary to capture the image. But i am getting black image. So there need to add cameras setting. But i have been searching how do I add this setting such as exposure time etc. But I didn't get it yet.

morefigs commented 3 years ago

Yes. Pymba is a library I wrote (not associated with Allied Vision) to provide Python support for their cameras before they did. VimbaPython is a newer library that appears to give official support for Python from Allied Vision.