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

How to obtain any frame of a video using videosource #199

Open
lofyol opened this issue Feb 26, 2024 · 1 comment
Open

How to obtain any frame of a video using videosource #199

lofyol opened this issue Feb 26, 2024 · 1 comment

Comments

@lofyol
Copy link

lofyol commented Feb 26, 2024

such as OpenCV's VideoCaputure, which sets the position of the frame to be obtained

@teresi
Copy link

teresi commented May 29, 2024

you might use videoSource.Capture and VideoCapture.read

>>> from jetson_utils import videoSource
>>> help(videoSource.Capture)

>>> from cv2 import VideoCapture
>>> help(VideoCapture.read)

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

2 participants