Categories
The following categories are available globally.
-
Declaration
Objective-C
@interface DJICamera (CameraSettings)
-
Declaration
Objective-C
@interface DJICamera (Media)
-
Declaration
Objective-C
@interface DJICamera (CameraPlayback)
-
You can store high quality photos and videos on an SD card.
See moreDeclaration
Objective-C
@interface DJICamera (SDCardOperations)
-
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 moreDeclaration
Objective-C
@interface DJICamera (SSDOperations)
-
Declaration
Objective-C
@interface DJICamera (ThermalCamera)
-
A category of DJICameraParameters. It provides methods to add or remove listeners for valid range change.
See moreDeclaration
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 moreDeclaration
Objective-C
@interface DJIFlightController (DJIFlightOrientationMode)
-
This class provides methods to manage Virtual Stick Control of the flight controller.
See moreDeclaration
Objective-C
@interface DJIFlightController (VirtualStickControlMode)
-
Category of
See moreDJIMediaManager
includes methods to control the video playback.Declaration
Objective-C
@interface DJIMediaManager (VideoPlayback)
-
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 moreDeclaration
Objective-C
@interface DJISDKManager (DebugServer)
-
NSError’s DJISDK category. It contains methods to create custom NSErrors.
See moreDeclaration
Objective-C
@interface NSError (DJISDK)