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()