Please check the code and please write the python code in which a webcam can be accessd through python

后端 未结 0 1972
时光说笑
时光说笑 2020-11-27 19:32

import cv2, time

video=cv2.VideoCapture(0)

check, frame=video.read()

print(check)

print(frame)

cv2.imshow("Capturing", frame)

相关标签:
回答
  • 消灭零回复
提交回复
热议问题