computer-vision
computer-vision copied to clipboard
Various computer vision and OpenCV utilities (Python and C++).
Hi. I'm getting the following error when trying the code on Python 3.9 with MacOS 11.4 It is the same for python3 thread_demo.py -s 1 -t show and python3 thread_demo.py...
I noticed that no other samples of OpenCV VideoWriter online really go into multithreading nor, more importantly, do they adequately solve for smooth video playback speeds. More often than not,...
when trying to use the "threadBoth" program crash and get the following message : 2020-09-02 13:48:52.000 Python[82219:9661369] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'NSWindow drag regions should...
I'm using Panasonic IP camera model: BL-C131/C111 Logitec USB camera model: C170 I faced this error while trying to run the code using cmd line arg **-s 1 instead of...
Hi nrsyed, i'm trying to use your function and script but here is a weird error I don't understand... btw I'm using a JetsonTX2 from Nvidia. ``` from: can't read...
Thanks for your work, I have a question regarding the thread dependency, If the show thread has sleep for 1 second, some frames will not be shown, because the vedio...
I have tried your code for real-time histogram code but it only opens a frame for showing captured video from a webcam but there are no line graphs. I think...