Skip to content
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

Trackbar value pointer deprecation #84

Open
bgottula opened this issue Mar 5, 2023 · 0 comments
Open

Trackbar value pointer deprecation #84

bgottula opened this issue Mar 5, 2023 · 0 comments
Assignees

Comments

@bgottula
Copy link
Collaborator

bgottula commented Mar 5, 2023

After upgrading to Mint 21.1, I started getting the following warning on starting capture:

[ WARN:0] global ./modules/highgui/src/window.cpp (703) createTrackbar UI/Trackbar(agc mode@Histogram): Using 'value' pointer is unsafe and deprecated. Use NULL as value pointer. To fetch trackbar value setup callback.
[ WARN:0] global ./modules/highgui/src/window.cpp (703) createTrackbar UI/Trackbar(gain@Histogram): Using 'value' pointer is unsafe and deprecated. Use NULL as value pointer. To fetch trackbar value setup callback.
[ WARN:0] global ./modules/highgui/src/window.cpp (703) createTrackbar UI/Trackbar(exposure time [us]@Histogram): Using 'value' pointer is unsafe and deprecated. Use NULL as value pointer. To fetch trackbar value setup callback.

Figure out how to deal with this (or suppress the warning).

@bgottula bgottula self-assigned this Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant