dmlc / decord

An efficient video loader for deep learning with smart shuffling that's super easy to digest
Apache License 2.0
1.82k stars 158 forks source link

video stream #212

Open roman-zakharov opened 2 years ago

roman-zakharov commented 2 years ago

is it possible to capture a video stream using a VideoReader, for example rtsp?

xloem commented 1 year ago

It looks like the code assumes the end of the video is available. I would like this feature too, to use the same library for live inference.