Trait opencv::cudacodec::VideoWriterConst[][src]

pub trait VideoWriterConst {
    fn as_raw_VideoWriter(&self) -> *const c_void;

    fn get_encoder_params(&self) -> Result<EncoderParams> { ... }
}
Expand description

Video writer interface.

The implementation uses H264 video codec.

Note: Currently only Windows platform is supported.

Note:

  • An example on how to use the videoWriter class can be found at opencv_source_code/samples/gpu/video_writer.cpp

Required methods

Provided methods

Implementors