take video from webcam by python and cv2

前端 未结 0 623
生来不讨喜
生来不讨喜 2021-02-05 04:31

I want to take video from webcam and save that.

i use this code to take image:

    camera = cv2.VideoCapture(0)
    return_value, image = camera.read()
            


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