You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the docs, I set up a default window to initialize cvui but never use it. Whenever I create a new window using open cv's namedWindow() function and use cvui::watch() on it, it doesn't seem to work as I can't interact with the elements that I put on the window ex. trackbars etc
The text was updated successfully, but these errors were encountered:
That's definitely a bug. Internally, cvui::init() calls cvui::watch() to monitor window, so an isolated call to cvui::watch() was designed for the scenario you described, i.e. cv::namedWindow() followed by watch.
Are you using cvui::context() when working with multiple windows?
According to the docs, I set up a default window to initialize cvui but never use it. Whenever I create a new window using open cv's namedWindow() function and use cvui::watch() on it, it doesn't seem to work as I can't interact with the elements that I put on the window ex. trackbars etc
The text was updated successfully, but these errors were encountered: