-
Notifications
You must be signed in to change notification settings - Fork 1k
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
VideoStream Issue: FATAL: exception not rethrown #164
Comments
That definitely sounds like a threading related issue. Unfortunately I do not have the time to debug the matter further -- I'm simply too busy publishing content on PyImageSearch. |
I am getting the same issue with the FaceIdentification sample code from pyImagesearch. |
Hi @leematthewshome thanks for the feedback. I will close this for now as I also have no idea how to debug cv2. |
Fixed the threading issue mentioned in PyImageSearch#164 (PyImageSearch#164) in webcamvideostream.py that was closed as a cv2 bug.
While running an instance of
VideoStream
to capture images from a webcam, the program will exit at the end with the following error message:I'm not sure if this is related to the issue mentioned in #38 but it does have the same error.
I tried putting in a sleep before closing the video stream but it has no effect.
Is there anyway to resolve this issue?
Thank you for a great lib.
The text was updated successfully, but these errors were encountered: