Giang Nguyen Truong
Results
1
comments of
Giang Nguyen Truong
ret, frame = cv2.VideoCapture('PATH').read() You should put : ''' if ret == False break ''' above: ''' gray = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY) cv2.imshow('gray', gray) ''' Because when it comes to the...