How to read a video file with opencv #180
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! |
Beta Was this translation helpful? Give feedback.
-
We don't have an example of how to parse a video with opencv. |
Beta Was this translation helpful? Give feedback.
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!
Beta Was this translation helpful? Give feedback.
All reactions