Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

you should never try do that !

opencv's gui functions HAVE to stay on the main thread.

you should never try do that !

opencv's gui functions functions, like namedWindow, imshow, waitKey HAVE to stay on the main thread.

and be careful with multithreading in general. most of opencv's functionality is NOT THREADSAFE !

you should never try to do that !

opencv's gui functions, like namedWindow, imshow, waitKey HAVE to stay on the main thread.

and be careful with multithreading in general. most of opencv's functionality is NOT THREADSAFE !

you should never try to do that !

opencv's gui functions, like namedWindow, imshow, waitKey HAVE to stay on the main thread.

and be careful with multithreading in general. most of opencv's functionality is NOT THREADSAFE by design !