VideoProcessor
Lightweight abstraction for an object that can receive video frames, process them, and pass them on to another object. This object is also allowed to observe capturer start/stop.
Functions
Link copied to clipboard
open fun applyFrameAdaptationParameters(frame: VideoFrame, parameters: VideoProcessor.FrameAdaptationParameters): VideoFrame
Applies the frame adaptation parameters to a frame.
Link copied to clipboard
This is a chance to access an unadapted frame.