Camera2Style

public enum Camera2Style : String, Camera2ConfigEnum

Camera image styles.

  • Custom style, allowing custom contrast, saturation and sharpness.

    Declaration

    Swift

    case custom
  • Natural look style.

    Declaration

    Swift

    case standard
  • Parrot Log, produce flat and desaturated images, best for post-processing.

    Declaration

    Swift

    case plog
  • Intense look style, providing bright colors, warm shade and high contrast.

    Declaration

    Swift

    case intense
  • Pastel look style, providing soft colors, cold shade and low contrast.

    Declaration

    Swift

    case pastel
  • Style specifically tailored for photogrammetry missions.

    Declaration

    Swift

    case photogrammetry
  • Debug description.

    Declaration

    Swift

    public var description: String { get }