FrameProcessor
public protocol FrameProcessor
Allows to modify every session frame before sending to server
-
Override this method to be able to modify frame
Declaration
Swift
func processFrame(sampleBuffer: CMSampleBuffer, completion: @escaping (CMSampleBuffer) -> Void)Parameters
sampleBufferInput Captured Frame
completionShould be called with modified
CMSampleBuffer
FrameProcessor Protocol Reference