#動画の画像読み込み _, img = cam.read() #グレースケールへの変換 img2 = cv2.cvtColor(img, cv2.COLOR_RGB2GRAY) cv2.imshow('PUSH ENTER KEY', img) i ...