PyImageSearch / imutils

A series of convenience functions to make basic image processing operations such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and Python.
MIT License
4.51k stars 1.03k forks source link

Fixed FATAL: exception not rethrown in webcamvideostream #237

Open qazi0 opened 3 years ago

qazi0 commented 3 years ago

Hi there. I've fixed the threading issue mentioned in #164 in webcamvideostream.py that was closed as a cv2 bug.

A similar issue was in filevideostream.py that was fixed in #86, but webcamvideostream.py was left unfixed as a cv2 bug. Please check and merge :)

Sincere regards

qazi0 commented 1 year ago

Looks like this still hasn't been merged, nor has it been fixed in the upstream @jrosebr1 ?

mcp292 commented 1 year ago

Bump!