morefigs / pymba

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

Implemented VmbFeatureCommandIsDone #50

Closed jrast closed 7 years ago

jrast commented 7 years ago

I have implemented VmbFeatureCommandIsDone. I required this to run commands which take some more time like GVSPAdjustPacketSize.

The new function was tested with GVSPAdjustPacketSize as example.

morefigs commented 7 years ago

Good one, cheers!