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()
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()
Copyright 2024 – Agilo Research Pvt. Ltd. All rights reserved – Terms & Condition | Privacy Policy