Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 41027

Python & OpenCV 3.1: imshow fail when called in different thread

$
0
0
Hi guys, I'm trying to build a multi-threading application. Each thread captures a video and display each frame of the video with imshow till the end. However, the script fails with: xcb] Unknown request in queue while dequeuing [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called [xcb] Aborting, sorry about that. python: ../../src/xcb_io.c:179: dequeue_pending_request: assertion "!xcb_xlib_unknown_req_in_deq" failed. Any idea on how to solve this with Python?

Viewing all articles
Browse latest Browse all 41027

Trending Articles