ros-drivers / flir_camera_driver

153 stars 145 forks source link

Added master exposure controller #171

Closed berndpfrommer closed 2 months ago

berndpfrommer commented 2 months ago

This PR adds a follower exposure controller to the synchronized driver, and renames what was called the individual controller to master controller. The follower and the master controller working together are useful for stereo cameras where the brightness of both cameras is controlled by the measured exposure of just one of them.

berndpfrommer commented 2 months ago

This PR addresses issue #171