CameraControllerError

@objc
public enum CameraControllerError : Int, Error

This enum holds types of errors that occur while using the CameraController.

  • Indicates that setup is called multiple times.

    Declaration

    Swift

    case multipleCallsToSetup
  • Indicates that the capture device can’t be initialized.

    Declaration

    Swift

    case unableToInitializeCaptureDevice