最終更新:2017-02-23 (木) 16:17:17 (2618d)  

AVCaptureVideoDataOutput
Top / AVCaptureVideoDataOutput

https://developer.apple.com/reference/avfoundation/avcapturevideodataoutput

キャプチャ中のビデオのフレームを処理する場合に使用します。(たとえば、独自のビューレイヤを生成するため)

親クラス

設定

  • videoSettingds? : The compression settings for the output.
  • alwaysDiscardsLateVideoFrames? : Indicates whether video frames are dropped if they arrive late.

デリゲートの管理

メモ

  • クライアントアプリケーションはAVCaptureVideoDataOutputクラスを使って、実際に表示する前に、ビデオのピクセルにアクセスできます。