-
-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
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
Enhancement/703/multiple taps #745
Enhancement/703/multiple taps #745
Conversation
Hi, Sorry for the late reply. I don't think we can select gain or black level using defined integer values. There is no guarantee a selector value is always mapped to the same string. arv_camera_select_gain and arv_camera_select_black_level should use a string as the selector parameter. |
74bbb41
to
4566022
Compare
@EmmanuelP, is this at least more of what you had in mind? raw strings? i guess it doesn't buy you all that much now since it just wraps to the arv_camera_set_string() method. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the late review.
It looks good. Please update the Since statements in the function documentation.
update since statements in code comments
Thanks. |
#703