srv / avt_vimba_camera

ROS Driver for AVT cameras using VIMBA SDK
23 stars 93 forks source link

Fix opening the camera #25

Closed mintar closed 7 years ago

mintar commented 7 years ago

At the moment, the camera is never opened, so the driver always shuts down on init. The commit 457182f fixes that. The other commit (3a60691) is just a refactoring of the openCamera() logic, it doesn't change the behavior. In my opinion, it makes the logic easier to follow. If you don't like the second commit, only merge the first. :)