We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
maximum_value
minimum_value
avt_vimba_camera/avt_vimba_camera/src/avt_vimba_camera.cpp
Line 814 in 56a49a1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
andminimum_value
in this line should be swapped.avt_vimba_camera/avt_vimba_camera/src/avt_vimba_camera.cpp
Line 814 in 56a49a1
The text was updated successfully, but these errors were encountered: