The function returns a tuple. The first element is a boolean and the second is the frame of the video.
ret, image_np = cap.read()
Function Definition: cap.read()
| Name | Type | Description | Expected Values | Default Value |
|---|
The function returns a tuple. The first element is a boolean and the second is the frame of the video.
ret, image_np = cap.read()