Resolve "Add Camera.isOpen() method"
Camera implementations that have the new method (Please mark those that have the implementation):
-
cameraAVT -
cameraBasler (might be depracated with the new official wrapper anyway)Depracation warning for this implementation added -
cameraBaslerOfficial -
cameraDummy -
cameraUSB -
cameraXimeaXIB
Closes #11 (closed)
Edited by Niklas Kröger
Merge request reports
Activity
Filter activity
added 1 commit
- 87b351b9 - Added isOpen function for AVT implementation
added 1 commit
- 461380bc - Added isOpen function and removed some doubled code
I guess since the old basler implementation is deprecated we may aswell remove it and rename cameraBaslerOfficial to cameraBasler? I think it is better to move this step to another merge request and merge this request without the isOpen function in old basler implementation.
yep I think that's a good idea. So we will just leave the old basler implementation missing and I will check if I migrated all my code over to the new basler cams. If so I will open a new merge request removing the old basler implementation.
added 1 commit
- d4cf5630 - Changed closeDevice function to set device to None
added 1 commit
- f180634d - Add deprecation warning to old basler wrapper
mentioned in commit 3e80ec94
mentioned in issue #12 (closed)
Please register or sign in to reply