CaptureViewController
Undocumented
-
The inputs used to set up the
AVCaptureSession.Declaration
Swift
open var inputs = [CaptureSessionInput.video] -
The outputs used to set up the
AVCaptureSession.Declaration
Swift
open var outputs = [CaptureSessionOutput.stillImage] -
Determines whether or not to display the
closeButtonon the top left ofview.Declaration
Swift
public var dismissable = true -
The
CaptureViewControllerDelegatethat will be informed of image capture events.Declaration
Swift
public weak var captureDelegate: CaptureViewControllerDelegate? -
Undocumented
-
Undocumented
-
Undocumented
-
Undocumented
-
Undocumented
-
Makes a
FocusIndicatorViewpop up and down atloc.Declaration
Swift
open func showIndicatorView(at loc: CGPoint)
-
The
AVCaptureVideoPreviewLayerthat will be used with theAVCaptureSession.Declaration
Swift
open var previewLayer: AVCaptureVideoPreviewLayer
CaptureViewController Class Reference