Drowsiness_Detection icon indicating copy to clipboard operation
Drowsiness_Detection copied to clipboard

frame not responding

Open visha123-sys opened this issue 4 years ago • 0 comments

error Traceback (most recent call last) in 20 flag=0 21 while True: ---> 22 ret, frame=cap.read() 23 frame = imutils.resize(frame, width=450) 24 gray = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY)

error: Unknown C++ exception from OpenCV code

visha123-sys avatar Oct 05 '21 19:10 visha123-sys