Function adder_codec_rs::transcoder::source::video::show_display_force
source · Expand description
Shows the given Mat
in an OpenCV
window with the given name.
This function is the same as show_display
, except that it does not check
Video::show_display
.
This function is useful for debugging.
Errors
Returns an [OpencvError
] if the window cannot be shown, or the Mat
cannot be scaled as
needed.