StopReason

public enum StopReason : String, CustomStringConvertible

Photo capture stop reason.

  • Photo capture has stopped automatically.

    Declaration

    Swift

    case captureDone
  • Photo captue has stopped on user request.

    Declaration

    Swift

    case userRequest
  • Photo capture has stopped because of a camera configuration change.

    Declaration

    Swift

    case configurationChange
  • Photo capture has stopped due to insufficient storage space on the drone.

    Declaration

    Swift

    case errorInsufficientStorageSpace
  • Photo capture has stopped due to an internal error.

    Declaration

    Swift

    case errorInternal
  • Debug description.

    Declaration

    Swift

    public var description: String { get }