Camera2StoragePolicy

public enum Camera2StoragePolicy : String, Camera2ConfigEnum

Storage policy for media files.

  • Storage where media files are stored is automatically chosen by the drone.

    Declaration

    Swift

    case automatic
  • Store media files in internal drone storage.

    Declaration

    Swift

    case `internal`
  • Store media files in removable storage.

    Declaration

    Swift

    case removable
  • Debug description.

    Declaration

    Swift

    public var description: String { get }