hello im running this code:
import numpy as np import cv2 cap = cv2.VideoCapture(0) while(True): try: # Capture frame-by-frame ret, fram