Categories

The following categories are available globally.

  • X5, X5R and X5S cameras are DSLR quality cameras that can save JPEG, lossless raw images, MP4 videos, and raw videos requiring very high amounts of storage in the range of 500 Gb or more. A Solid State Drive (SSD) provides such storage. Note that JPEG is a compressed format, and raw images store much more information and allow for a full range of postprocessing features.

    See more

    Declaration

    Objective-C

    @interface DJICamera (SSDOperations)
  • A category of DJICameraParameters. It provides methods to add or remove listeners for valid range change.

    See more

    Declaration

    Objective-C

    @interface DJICameraParameters (Listener)
  • This class provides method to set flight orientation mode of the flight controller. Also, it provides a method for you to lock the current heading of the aircraft as the Course Lock.

    See more

    Declaration

    Objective-C

    @interface DJIFlightController (DJIFlightOrientationMode)
  • This class provides methods to manage Virtual Stick Control of the flight controller.

    See more

    Declaration

    Objective-C

    @interface DJIFlightController (VirtualStickControlMode)
  • This class provides methods for you to start and stop the SDK debug server. You can use them with the DJI Bridge App for remote debugging.

    See more

    Declaration

    Objective-C

    @interface DJISDKManager (DebugServer)
  • NSError’s DJISDK category. It contains methods to create custom NSErrors.

    See more

    Declaration

    Objective-C

    @interface NSError (DJISDK)