morefigs / pymba

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

Camera: allow specifying timeout in acquire_frame() #86

Closed flannelhead closed 5 years ago

flannelhead commented 5 years ago

This change allows specifying capture timeout as a parameter to acquire_frame(). Greater timeouts than default might be required in some cases.

flannelhead commented 5 years ago

On a related note, would you mind pinning a new version (0.3.3?) on PyPI with the MIT license and this change incorporated?

morefigs commented 5 years ago

Thanks! Sure, done.

flannelhead commented 5 years ago

Thank you!