A capture output that records video and provides access to video frames for processing.
SDKs
- iOS 4.0+
- macOS 10.7+
- Mac Catalyst 13.0+
Framework
- AVFoundation
Declaration
@interface AVCaptureVideoDataOutput : AVCapture Output
Overview
You use this output to process compressed or uncompressed frames from the captured video. You can access the frames with the capture
delegate method.