Closed tiagocoutinho closed 8 years ago
the change for documentation is not enough, is missing some information explaining the new configuration using the serial number and the compatibility with pylon 4 and 5. Same thing for the device server reference doc in applications/tango/python/doc/camera/basler.rst.
Ok, I added more info to the documentation. Can you please check to see if it is enough? Thanks!
This PR includes changes from PR #13 so you should merge #13 before this one This introduces a binary incompatibility since it changes the size of
BaslerCamera
by adding theauto_init_term_
member (commit 1358f27). If you think this is a problem I will be happy to remove this. I just added because it seemed a more elegant solution to make sure pylon is properly initialized.