morefigs / pymba

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

Feature/load xml conf #111

Open Gabry993 opened 5 years ago

Gabry993 commented 5 years ago

Adds a dummy implementation of VmbCameraSettingsLoad. I needed it only to be able to load an xml config file created with VimbaViewer on a camera. So, It works just with default/NULL arguments and I'm ignoring the 'settings struct' parameter. I don't know if it's enough to be merged, but it may be helpful for others like me who really need this feature.