Avatar
なるほどです。むむ。AVMetadataObjectのインスタンスってどこで取得できますかね? AVCaptureVideoPreviewLayerにAVMetadataObjectのプロパティがなさそうでした。 今下のような手順でAVCaptureVideoPreviewLayer作成しています。 let session = AVCaptureSession() session.addInput(deviceInput) let videoDataOutput = AVCaptureVideoDataOutput() videoDataOutput.setSampleBufferDelegate(self, queue: videoDataOutputQueue) session.addOutput(videoDataOutput) let videoPreviewLayer = AVCaptureVideoPreviewLayer(session: captureSession)