DJICameraVideoFrameRate
enum DJICameraVideoFrameRate : NSUInteger {}
Camera video frame rate values. The frame rates available for a product are in supportedCameraVideoResolutionAndFrameRateRange.
-
The camera’s video frame rate is 23.976fps (frames per second).
Declaration
Objective-C
DJICameraVideoFrameRate23dot976FPS -
The camera’s video frame rate is 24fps (frames per second).
Declaration
Objective-C
DJICameraVideoFrameRate24FPS -
The camera’s video frame rate is 25fps (frames per second).
Declaration
Objective-C
DJICameraVideoFrameRate25FPS -
The camera’s video frame rate is 29.970fps (frames per second).
Declaration
Objective-C
DJICameraVideoFrameRate29dot970FPS -
The camera’s video frame rate is 47.950fps (frames per second).
Declaration
Objective-C
DJICameraVideoFrameRate47dot950FPS -
The camera’s video frame rate is 50fps (frames per second).
Declaration
Objective-C
DJICameraVideoFrameRate50FPS -
The camera’s video frame rate is 59.940fps (frames per second).
Declaration
Objective-C
DJICameraVideoFrameRate59dot940FPS -
The camera’s video frame rate is 96fps (frames per second). This frame rate can only be used when
isSlowMotionSupportedreturns YES.Declaration
Objective-C
DJICameraVideoFrameRate96FPS -
The camera’s video frame rate is 120 FPS (frames per second). For X3, Z3, Phantom 4 camera and Mavic Pro camera, when 120 FPS is used, video recording will be in slow motion mode. For Phantom 4 Pro camera, X4S and X5S, video is recorded without slow motion.
Declaration
Objective-C
DJICameraVideoFrameRate120FPS -
The camera’s video frame rate is unknown.
Declaration
Objective-C
DJICameraVideoFrameRateUnknown = 255
View on GitHub
DJICameraVideoFrameRate Enum Reference