ros-drivers / flir_camera_driver

153 stars 145 forks source link

added connect_while_subscribed feature #154

Closed berndpfrommer closed 4 months ago

berndpfrommer commented 4 months ago

This PR introduces a new ROS parameter connect_while_subscribed that causes the driver to only connect to the SDK camera when subscribers actually are listening. This frees up I/O resources when there are no subscribers because the streaming from the camera to the host is stopped in this case. See issue #150