Skip to content

Trying to implement this code...  #2

@Swiftnesses

Description

@Swiftnesses

Hi,

Interested to try this out in my code (I'm new to Python).

Currently I open my stream with:

    while cap.isOpened():
        ret, frame = cap.read()
        if not ret:
            break
        cv2_im = frame

I then have logic within the while loop.

How would I use this code to get the equivalent functionality?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions