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

Why I cannot create OpenCV windows in the main program? #58

Open
5argon opened this issue Apr 6, 2016 · 1 comment
Open

Why I cannot create OpenCV windows in the main program? #58

5argon opened this issue Apr 6, 2016 · 1 comment

Comments

@5argon
Copy link

5argon commented Apr 6, 2016

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?

@poine
Copy link

poine commented Apr 6, 2016

They live in separate threads

On Wed, Apr 6, 2016 at 11:28 AM, Sirawat Pitaksarit <
notifications@github.com> wrote:

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?


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#58

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

2 participants