[][src]Function opencv::cudacodec::create_video_reader_1

pub fn create_video_reader_1(
    source: &Ptr<dyn RawVideoSource>
) -> Result<Ptr<dyn VideoReader>>

Creates video reader.

Parameters

  • filename: Name of the input video file.

FFMPEG is used to read videos. User can implement own demultiplexing with cudacodec::RawVideoSource

Overloaded parameters

  • source: RAW video source implemented by user.