DJISDKCameraError
enum DJISDKCameraError : NSInteger {}
DJI SDK Camera Error
-
Not supported command or command not support in this firmware.
Declaration
Objective-C
DJISDKCameraErrorFirmwareDoesNotSupportCommand = -3000L -
Camera memory allocation failed error.
Declaration
Objective-C
DJISDKCameraErrorMemoryAllocationFailed = -3001L -
Camera busy or command could not execute in current state.
Declaration
Objective-C
DJISDKCameraErrorCommandCurrentlyNotEnabled = -3002L -
Camera time not synced.
Declaration
Objective-C
DJISDKCameraErrorTimeNotSynced = -3003L -
No SD card.
Declaration
Objective-C
DJISDKCameraErrorSDCardNotInserted = -3004L -
SD card full.
Declaration
Objective-C
DJISDKCameraErrorSDCardFull = -3005L -
SD card error.
Declaration
Objective-C
DJISDKCameraErrorSDCardError = -3006L -
Camera sensor error.
Declaration
Objective-C
DJISDKCameraErrorSensorError = -3007L -
Camera system error.
Declaration
Objective-C
DJISDKCameraErrorSystemError = -3008L -
The command is not supported by the media file type.
Declaration
Objective-C
DJISDKCameraErrorMediaTypeError = -3009L -
The media file is not found in SD card.
Declaration
Objective-C
DJISDKCameraErrorNoSuchMediaFile = -3010L -
The command is aborted unexpectedly.
Declaration
Objective-C
DJISDKCameraErrorMediaCommandAborted = -3011L -
Data is corrupted during the file transmission.
Declaration
Objective-C
DJISDKCameraErrorMediaFileDataCorrupted = -3012L -
The media command is invalid.
Declaration
Objective-C
DJISDKCameraErrorInvalidMediaCommand = -3013L -
There is no permission to access the media file.
Declaration
Objective-C
DJISDKCameraErrorNoPermission = -3014L -
The download process of DJIPlaybackManager is interrupted.
Declaration
Objective-C
DJISDKCameraErrorPlaybackDownloadInterruption = -3015L -
There is no downloading files to stop.
Declaration
Objective-C
DJISDKCameraErrorPlaybackNoDownloadingFiles = -3016L -
Camera has no SSD.
Declaration
Objective-C
DJISDKCameraErrorSSDNotInserted = -3017L -
The Camera’s SSD is full.
Declaration
Objective-C
DJISDKCameraErrorSSDFull = -3018L -
Error accessing the SSD.
Declaration
Objective-C
DJISDKCameraErrorSSDError = -3019L
View on GitHub
DJISDKCameraError Enum Reference