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
closeButton
on the top left ofview
.Declaration
Swift
public var dismissable = true
-
The
CaptureViewControllerDelegate
that will be informed of image capture events.Declaration
Swift
public weak var captureDelegate: CaptureViewControllerDelegate?
-
Undocumented
-
Undocumented
-
Undocumented
-
Undocumented
-
Undocumented
-
Makes a
FocusIndicatorView
pop up and down atloc
.Declaration
Swift
open func showIndicatorView(at loc: CGPoint)
-
The
AVCaptureVideoPreviewLayer
that will be used with theAVCaptureSession
.Declaration
Swift
open var previewLayer: AVCaptureVideoPreviewLayer