DJICameraWhiteBalance
enum DJICameraWhiteBalance : NSUInteger {}
Camera white balance. The default value is CameraWhiteBalanceAuto.
-
The camera’s white balance is automatically set.
Declaration
Objective-C
DJICameraWhiteBalanceAuto = 0 -
The camera’s white balance is set to sunny.
Declaration
Objective-C
DJICameraWhiteBalanceSunny = 1 -
The camera’s white balance is set to cloudy.
Declaration
Objective-C
DJICameraWhiteBalanceCloudy = 2 -
The camera’s white balance is set to water surface.
Declaration
Objective-C
DJICameraWhiteBalanceWaterSuface = 3 -
The camera’s white balance is set to indoors and incandescent light.
Declaration
Objective-C
DJICameraWhiteBalanceIndoorsIncandescent = 4 -
The camera’s white balance is set to indoors and fluorescent light.
Declaration
Objective-C
DJICameraWhiteBalanceIndoorsFluorescent = 5 -
The camera’s white balance is set to custom color temperature. By using this white balance value, user can set a specific value for the color temperature.
Declaration
Objective-C
DJICameraWhiteBalanceCustomColorTemperature = 6 -
The camera’s white balance is unknown.
Declaration
Objective-C
DJICameraWhiteBalanceUnknown = 255
View on GitHub
DJICameraWhiteBalance Enum Reference