Update mirroring
A wrapper for AVCaptureSession - The way easier to use the Camera.
let captureBody = CaptureBody( configuration: .init { $0.sessionPreset = .photo } )
let input = CameraInput.wideAngleCamera(position: .back) await captureBody.attach(input: input) let previewOutput = PreviewOutput() let photoOutput = PhotoOutput() await captureBody.attach(output: previewOutput) await captureBody.attach(output: photoOutput) let previewView = PixelBufferView() previewView.attach(output: previewOutput) captureBody.start()
MIT
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Capturer
A wrapper for AVCaptureSession - The way easier to use the Camera.
Setting up
License
MIT