morefigs / pymba

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

Support for multiple GigE drivers installed on the same system #79

Closed vascotenner closed 5 years ago

vascotenner commented 5 years ago

When using multiple camera suppliers (eg basler and AVT) multiple GigeDrivers are installed. This small fix will select the right one.

morefigs commented 5 years ago

The platform argument in find_so is unused. That seems to be a bug. Could you please fix and I'll merge?

vascotenner commented 5 years ago

Very sharp! This is fixed now.

morefigs commented 5 years ago

Thanks for that.