Module adder_codec_rs::transcoder::source::video
source · Expand description
Common functions and structs for all transcoder sources
Structs
- Attributes common to ADΔER transcode process
- Running state of the video transcode
Enums
- The display mode
- Various errors that can occur during an ADΔER transcode
Traits
- A trait for objects that can be used as a source of data for the ADΔER transcode model.
- A builder for a
Video
Functions
- Integrate an intensity value for a pixel, over a given time span
- Shows the given
Mat
in anOpenCV
window with the given name. This function is the same asshow_display
, except that it does not checkVideo::show_display
. This function is useful for debugging.