DJICameraCustomSettings
enum DJICameraCustomSettings : NSUInteger {}
Camera user settings. A user can save or load camera settings to or from the specified user.
-
Default user.
Declaration
Objective-C
DJICameraCustomSettingsDefault -
Settings for user 1.
Declaration
Objective-C
DJICameraCustomSettingsProfile1 -
Settings for user 2.
Declaration
Objective-C
DJICameraCustomSettingsProfile2 -
Settings for user 3.
Declaration
Objective-C
DJICameraCustomSettingsProfile3 -
Settings for user 4.
Declaration
Objective-C
DJICameraCustomSettingsProfile4 -
The user is unknown.
Declaration
Objective-C
DJICameraCustomSettingsUnknown = 255
View on GitHub
DJICameraCustomSettings Enum Reference