Thanks for this great library, looks a lot more stable than python-gphoto2. I would like to be able to check the libgphoto2 version number, is it possible to expose this?
This function is now available via the top-level library_version() function. It returns the library version as a (major, minor, patch) int-tuple for easy compatibility-checks in the client-code.
Thanks for this great library, looks a lot more stable than python-gphoto2. I would like to be able to check the libgphoto2 version number, is it possible to expose this?