Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to implement this code... #2

Open
Swiftnesses opened this issue Jan 27, 2022 · 0 comments
Open

Trying to implement this code... #2

Swiftnesses opened this issue Jan 27, 2022 · 0 comments

Comments

@Swiftnesses
Copy link

Swiftnesses commented Jan 27, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant