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
I tried using cv::namedWindow("Input") on the main example program to create addition window. (I planned to monitor the input video as well) but some errors occured.
When I tried doing that in Viewer.cc instead it works. I wondered why? Did you somehow lock OpenCV to Viewer's code only?
The text was updated successfully, but these errors were encountered:
I tried using cv::namedWindow("Input") on the main example program to
create addition window. (I planned to monitor the input video as well) but
some errors occured.
When I tried doing that in Viewer.cc instead it works. I wondered why?
Did you somehow lock OpenCV to Viewer's code only?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub #58
First of all thank you for the hard work!
I tried using
cv::namedWindow("Input")
on the main example program to create addition window. (I planned to monitor the input video as well) but some errors occured.When I tried doing that in
Viewer.cc
instead it works. I wondered why? Did you somehow lock OpenCV to Viewer's code only?The text was updated successfully, but these errors were encountered: