DJICameraAntiFlicker
enum DJICameraAntiFlicker : NSUInteger {}
Camera anti-flickers. The default value is CameraAntiFlicker50Hz.
-
The camera’s anti-flicker is automatically set. It is not supported by Z30 camera.
Declaration
Objective-C
DJICameraAntiFlickerAuto = 0 -
The camera’s anti-flicker is 60 Hz.
Declaration
Objective-C
DJICameraAntiFlicker60Hz = 1 -
The camera’s anti-flicker is 50 Hz.
Declaration
Objective-C
DJICameraAntiFlicker50Hz = 2 -
The camera’s anti-flicker is unknown.
Declaration
Objective-C
DJICameraAntiFlickerUnknown = 255
View on GitHub
DJICameraAntiFlicker Enum Reference