sampleBufferDelegate
The capture object’s delegate.
Declaration
var sampleBufferDelegate: (any AVCaptureVideoDataOutputSampleBufferDelegate)? { get }Discussion
The delegate receives sample buffers after they are captured.
You set the delegate using setSampleBufferDelegate(_:queue:).