AVFoundation - 媒体捕捉

文章目录


  • 注意使用 NSCameraUsageDescription
  • iOS 的摄像头可能比 Mac 更多功能特性

@interface Capture ()<AVCaptureFileOutputRecordingDelegate>

@property (strong, nonatomic) AVCaptureSession *captureSession;
@property (weak, nonatomic) AVCaptureDeviceInput *<

你可能感兴趣的:(Apple,开发,媒体捕捉,AVCapture,StillImage,MovieFileOutput,DeviceInput)