Ask Your Question

joaov.lima's profile - activity

2020-05-06 09:41:58 -0600 answered a question Unable to see and take the picture in second time

video_capture = cv2.VideoCapture(0) count = 0 while True: print('oi') ret, frame = video_capture.read() small_fr