CameraPhotoMode

@objc(GSCameraPhotoMode)
public enum CameraPhotoMode : Int, CustomStringConvertible

Photo modes.

  • Photo mode that allows to take a single photo.

    Declaration

    Swift

    case single
  • Photo mode that allows to take a burst of multiple photos, each using different EV compensation values.

    Declaration

    Swift

    case bracketing
  • Photo mode that allows to take a burst of photos.

    Declaration

    Swift

    case burst
  • Photo mode that allows to take frames at a regular time interval.

    Declaration

    Swift

    case timeLapse
  • Photo mode that allows to take frames at a regular GPS position interval.

    Declaration

    Swift

    case gpsLapse
  • Debug description.

    Declaration

    Swift

    public var description: String { get }
  • Set containing all possible values.

    Declaration

    Swift

    public static let allCases: Set<CameraPhotoMode>