DJICameraVideoResolution

enum DJICameraVideoResolution : NSUInteger {}

Camera video resolution values. The resolutions available for a product are in supportedCameraVideoResolutionAndFrameRateRange.

  • The camera’s video resolution is 640x480.

    Declaration

    Objective-C

    DJICameraVideoResolution640x480
  • The camera’s video resolution is 640x512.

    Declaration

    Objective-C

    DJICameraVideoResolution640x512
  • The camera’s video resolution is 1280x720.

    Declaration

    Objective-C

    DJICameraVideoResolution1280x720
  • The camera’s video resolution is 1920x1080.

    Declaration

    Objective-C

    DJICameraVideoResolution1920x1080
  • The camera’s video resolution is 2704x1520.

    Declaration

    Objective-C

    DJICameraVideoResolution2704x1520
  • The camera’s video resolution is 2720x1530.

    Declaration

    Objective-C

    DJICameraVideoResolution2720x1530
  • The camera’s video resolution is 3840x1572.

    Declaration

    Objective-C

    DJICameraVideoResolution3840x1572
  • The camera’s video resolution is 3840x2160.

    Declaration

    Objective-C

    DJICameraVideoResolution3840x2160
  • The camera’s video resolution is 4096x2160.

    Declaration

    Objective-C

    DJICameraVideoResolution4096x2160
  • The camera’s video resolution is 5280x2160.

    Declaration

    Objective-C

    DJICameraVideoResolution5280x2160
  • The camera’s video resolution will be maximum resolution supported by the camera sensor. For X5S and X4S, the maximum resolution is 5280x2972.

    Declaration

    Objective-C

    DJICameraVideoResolutionMaxResolution
  • SSD video is not currently enabled. This is because the selected resolution is not the same as available resolutions determined by analog video standard, SD video frame rate, and the SSD video license being used. This value can also be used in setSSDVideoResolution to disable SSD video recording.

    Declaration

    Objective-C

    DJICameraVideoResolutionNoSSDVideo
  • The camera’s video resolution is unknown.

    Declaration

    Objective-C

    DJICameraVideoResolutionUnknown = 255