avt_vimba_camera
avt_vimba_camera copied to clipboard
[Bug] All float parameters are set to their maximum value.
When creating parameters from the features read from the camera, all float values are set to their maximum instead of the current values.
The maximum_value
and minimum_value
in this line should be swapped.
https://github.com/astuff/avt_vimba_camera/blob/56a49a1bd94982f67acdccc18692bdcd3e81ff8e/avt_vimba_camera/src/avt_vimba_camera.cpp#L814