Camera2ExposureLockMode

public enum Camera2ExposureLockMode : Int, CustomStringConvertible

Camera exposure lock mode.

  • Exposure is not lock.

    Declaration

    Swift

    case none
  • Exposure is locked on current values.

    Declaration

    Swift

    case currentValues
  • Exposure is locked on a given region of interest (taken from the video stream).

    Declaration

    Swift

    case region
  • Debug description.

    Declaration

    Swift

    public var description: String { get }