How to read a video file with opencv #180
Unanswered
AlejandroDiazD
asked this question in
Q&A
Replies: 2 comments 3 replies
|
Extending the previous question, I would have the same doubt about if is there any available codec for saving a video file from streaming using a python script, as I only saw in the object-detector-python example that images are saved but not any video. Thank you again! |
0 replies
|
We don't have an example of how to parse a video with opencv. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Hello @Corallo ,
I'm still trying to solve the integration with Yolov5. meanwhile, I'm trying some tests with video files, but I'm not being able to open a video from a python script with opencv. I can open an image, but I'm trying to open a video following the standard opencv steps:
I've tried with bot codec formats, H264 and MJPEG, but always obtaining the same results:
Is there any available coded on the sdk or any other way to open a video file?
Thank you!
All reactions