Table of Contents

Function Definition: cap.read()

Parameters

Description

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

Example

There are no examples documented for this article.