4.13 Parent and Name | 4.13 Code | 4.14 Parent and Name | 4.14 Code | Parent | Name | Type | Param | Return |
dji.sdk.sdkmanager.DJISDKManager.registerApp | void registerApp(final Context context, SDKManagerCallback callback) | dji.sdk.sdkmanager.DJISDKManager.registerApp | void registerApp(final Context inContext, SDKManagerCallback callback) | X | ||||
dji.sdk.mission.waypoint.WaypointV2ActionListener.onExecutionFinish | void onExecutionFinish(@Nullable DJIWaypointV2Error error) | dji.sdk.mission.waypoint.WaypointV2ActionListener.onExecutionFinish | void onExecutionFinish(int actionId, @Nullable DJIWaypointV2Error error) | X | ||||
dji.sdk.mission.waypoint.WaypointV2ActionListener.onExecutionStart | void onExecutionStart() | dji.sdk.mission.waypoint.WaypointV2ActionListener.onExecutionStart | void onExecutionStart(int actionId) | X | ||||
dji.sdk.flightcontroller.FlightAssistant.setObstacleAvoidanceSensorStateListener | void setObstacleAvoidanceSensorStateListener(@NonNull CompletionCallbackWith<ObstacleAvoidanceSensorState> callback) | dji.sdk.flightcontroller.FlightAssistant.setObstacleAvoidanceSensorStateListener | void setObstacleAvoidanceSensorStateListener(@Nullable CompletionCallbackWith<ObstacleAvoidanceSensorState> callback) | X | ||||
dji.common.camera.LaserServiceMode.ALWAYS_OPEN | ALWAYS_OPEN(0) | dji.common.camera.LaserServiceMode.OPEN_WHEN_USED | OPEN_WHEN_USED(0) | X | ||||
dji.common.camera.LaserServiceMode.OPEN_WHEN_USED | OPEN_WHEN_USED(1) | dji.common.camera.LaserServiceMode.ALWAYS_OPEN | ALWAYS_OPEN(1) | X |
Parent and Name | Code |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.areObstacleAvoidanceSensorsInHorizontalDirectionEnabled | boolean areObstacleAvoidanceSensorsInHorizontalDirectionEnabled() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.areObstacleAvoidanceSensorsInHorizontalDirectionWorking | boolean areObstacleAvoidanceSensorsInHorizontalDirectionWorking() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.areObstacleAvoidanceSensorsInVerticalDirectionEnabled | boolean areObstacleAvoidanceSensorsInVerticalDirectionEnabled() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.areObstacleAvoidanceSensorsInVerticalDirectionWorking | boolean areObstacleAvoidanceSensorsInVerticalDirectionWorking() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.isBackwardObstacleAvoidanceSensorEnabled | boolean isBackwardObstacleAvoidanceSensorEnabled() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.isBackwardObstacleAvoidanceSensorWorking | boolean isBackwardObstacleAvoidanceSensorWorking() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.isDownwardObstacleAvoidanceSensorEnabled | boolean isDownwardObstacleAvoidanceSensorEnabled() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.isDownwardObstacleAvoidanceSensorWorking | boolean isDownwardObstacleAvoidanceSensorWorking() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.isForwardObstacleAvoidanceSensorEnabled | boolean isForwardObstacleAvoidanceSensorEnabled() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.isForwardObstacleAvoidanceSensorWorking | boolean isForwardObstacleAvoidanceSensorWorking() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.isLeftSideObstacleAvoidanceSensorEnabled | boolean isLeftSideObstacleAvoidanceSensorEnabled() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.isLeftSideObstacleAvoidanceSensorWorking | boolean isLeftSideObstacleAvoidanceSensorWorking() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.isRightSideObstacleAvoidanceSensorEnabled | boolean isRightSideObstacleAvoidanceSensorEnabled() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.isRightSideObstacleAvoidanceSensorWorking | boolean isRightSideObstacleAvoidanceSensorWorking() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.isUpwardObstacleAvoidanceSensorEnabled | boolean isUpwardObstacleAvoidanceSensorEnabled() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.isUpwardObstacleAvoidanceSensorWorking | boolean isUpwardObstacleAvoidanceSensorWorking() |
dji.common.flightcontroller.FlightControllerState.getFlightModeString | String getFlightModeString() |
dji.sdk.flightcontroller.FlightAssistant.getVisualObstaclesAvoidanceDistance | void getVisualObstaclesAvoidanceDistance(@NonNull PerceptionInformation.DJIFlightAssistantObstacleSensingDirection direction, @Nullable CompletionCallbackWith<Float> callback) |
dji.sdk.flightcontroller.FlightAssistant.getUpwardVisionObstacleAvoidanceEnabled | void getUpwardVisionObstacleAvoidanceEnabled(@NonNull CompletionCallbackWith<Boolean> callback) |
dji.sdk.flightcontroller.FlightAssistant.setVisualObstaclesAvoidanceDistance | void setVisualObstaclesAvoidanceDistance(float distance, @NonNull PerceptionInformation.DJIFlightAssistantObstacleSensingDirection direction, @Nullable CompletionCallback callback) |
dji.sdk.flightcontroller.FlightAssistant.setVisualPerceptionInformationCallback | void setVisualPerceptionInformationCallback(@NonNull CompletionCallbackWith<PerceptionInformation> callback) |
dji.sdk.flightcontroller.FlightAssistant.setUpwardVisionObstacleAvoidanceEnabled | void setUpwardVisionObstacleAvoidanceEnabled(Boolean enabled, @Nullable CompletionCallback callback) |
dji.sdk.flightcontroller.FlightAssistant.setHorizontalVisionObstacleAvoidanceEnabled | void setHorizontalVisionObstacleAvoidanceEnabled(boolean enabled, CompletionCallback callback) |
dji.sdk.flightcontroller.FlightAssistant.setHorizontalVisionObstacleAvoidanceEnabled | void setHorizontalVisionObstacleAvoidanceEnabled(boolean enabled, CompletionCallback callback) |
dji.sdk.flightcontroller.FlightAssistant.setHorizontalVisionObstacleAvoidanceEnabled | void setHorizontalVisionObstacleAvoidanceEnabled(boolean enabled, CompletionCallback callback) |
dji.sdk.flightcontroller.FlightAssistant.getAvoidanceDistanceKey | private String getAvoidanceDistanceKey(PerceptionInformation.DJIFlightAssistantObstacleSensingDirection direction) |
dji.sdk.flightcontroller.FlightAssistant.setHorizontalVisionObstacleAvoidanceEnabled | void setHorizontalVisionObstacleAvoidanceEnabled(boolean enabled, CompletionCallback callback) |
dji.common.remotecontroller.HardwareState.getSwitchButton | Button getSwitchButton() |
dji.sdk.upgrade.component.model.UpgradeComponentType.ADAPTERS | ADAPTERS |
dji.sdk.upgrade.component.model.UpgradeComponentType.GIMBAL | GIMBAL |
dji.common.product.Model.PHANTOM_4_RTK | PHANTOM_4_RTK("Phantom 4 RTK") |
Parent and Name | Code |
dji.common.product.Model.MAVIC_AIR_2 | MAVIC_AIR_2("Mavic Air 2") |
dji.common.product.Model.PHANTOM_4_RTK | PHANTOM_4_RTK("Phantom 4 RTK") |
dji.sdk.products.Aircraft.getRadar | Radar getRadar() |
dji.sdk.base.BaseProduct.ComponentKey.RADAR | RADAR |
dji.sdk.camera.Camera.getCustomExpandDirectoryName | void getCustomExpandDirectoryName(@NonNull final CompletionCallbackWith<String> callback) |
dji.sdk.camera.Camera.getCustomExpandFileName | void getCustomExpandFileName(@NonNull final CompletionCallbackWith<String> callback) |
dji.sdk.camera.Camera.setCustomExpandDirectoryName | void setCustomExpandDirectoryName(@NonNull String name, @Nullable final CompletionCallback callback) |
dji.sdk.camera.Camera.setCustomExpandFileName | void setCustomExpandFileName(@NonNull String name, @Nullable final CompletionCallback callback) |
dji.sdk.camera.Camera.DisplayNameMavicAir2Camera | static final String DisplayNameMavicAir2Camera = DJICameraAbstraction.DisplayNameMavicAir2Camera |
dji.common.camera.CameraStreamSettings | class CameraStreamSettings |
dji.common.camera.CameraStreamSettings.getCameraVideoStreamSources | List<CameraVideoStreamSource> getCameraVideoStreamSources() |
dji.common.camera.CameraStreamSettings.needCurrentLiveViewStream | boolean needCurrentLiveViewStream() |
dji.common.camera.SettingsDefinitions.VideoFrameRate.FRAME_RATE_240_FPS | FRAME_RATE_240_FPS(13, 8) |
dji.common.camera.SettingsDefinitions.FlatCameraMode.PHOTO_HIGH_RESOLUTION | PHOTO_HIGH_RESOLUTION(0x15) |
dji.common.camera.SettingsDefinitions.FlatCameraMode.PHOTO_SMART | PHOTO_SMART(0x17) |
dji.common.camera.SettingsDefinitions.FlatCameraMode.SLOW_MOTION | SLOW_MOTION(0x00) |
dji.common.camera.SettingsDefinitions.FlatCameraMode.VIDEO_HDR | VIDEO_HDR(0x03) |
dji.sdk.camera.Camera.getCaptureCameraStreamSettings | void getCaptureCameraStreamSettings(@NonNull final CommonCallbacks.CompletionCallbackWith<CameraStreamSettings> callback) |
dji.sdk.camera.Camera.getRecordCameraStreamSettings | void getRecordCameraStreamSettings(@NonNull final CommonCallbacks.CompletionCallbackWith<CameraStreamSettings> callback) |
dji.sdk.camera.Camera.setCaptureCameraStreamSettings | void setCaptureCameraStreamSettings(@NonNull CameraStreamSettings streamSettings, @Nullable final CommonCallbacks.CompletionCallback callback) |
dji.sdk.camera.Camera.setRecordCameraStreamSettings | void setRecordCameraStreamSettings(@NonNull CameraStreamSettings streamSettings, @Nullable final CommonCallbacks.CompletionCallback callback) |
dji.common.error.DJIError.COMMAND_REPEAT | static final DJIError COMMAND_REPEAT = new DJIError("Execution of this process is sent repeatedly") |
dji.common.error.DJILDMError.LDM_NETWORK_ACCESS_FAILED | static final DJILDMError LDM_NETWORK_ACCESS_FAILED = new DJILDMError("In Local Data Mode. Network access failed!") |
dji.common.error.DJILDMError.UNAVAILABLE | static final DJILDMError UNAVAILABLE = new DJILDMError("Only available when the Local Data Mode is enabled.") |
dji.common.error.DJICameraError.PANORAMA_NOT_FLYING | static final DJICameraError PANORAMA_NOT_FLYING = new DJICameraError("Panorama can not be used before takeoff") |
dji.common.error.DJIFlySafeError.DB_FILE_ERROR | static final DJIFlySafeError DB_FILE_ERROR = new DJIFlySafeError("Data Base File Error") |
dji.common.error.DJIFlySafeError.DB_INVALID_PARAMS | static final DJIFlySafeError DB_INVALID_PARAMS = new DJIFlySafeError("Data Base Invalid Params") |
dji.common.error.DJIFlySafeError.DB_NOT_READY | static final DJIFlySafeError DB_NOT_READY = new DJIFlySafeError("Data Base Not Ready") |
dji.common.error.DJIFlySafeError.FC_QUERY_FAILED | static final DJIFlySafeError FC_QUERY_FAILED = new DJIFlySafeError("Query Flight Control License Failed") |
dji.common.error.DJIFlySafeError.FC_SET_ENABLE_FAILED | static final DJIFlySafeError FC_SET_ENABLE_FAILED = new DJIFlySafeError("Set Flight Control License Failed") |
dji.common.error.DJIFlySafeError.INVALID_AREA_IDS | static final DJIFlySafeError INVALID_AREA_IDS = new DJIFlySafeError("Invalid Area IDs") |
dji.common.error.DJIFlySafeError.INVALID_KEY_VERSION_ERROR | static final DJIFlySafeError INVALID_KEY_VERSION_ERROR = new DJIFlySafeError("Invalid Key Version Error") |
dji.common.error.DJIFlySafeError.SERVER_INVALID_TOKEN_ERROR | static final DJIFlySafeError SERVER_INVALID_TOKEN_ERROR = new DJIFlySafeError("Invalid Token On Server Error") |
dji.common.error.DJIFlySafeError.LICENSE_UNLOCK_NOT_SUPPORTED | static final DJIFlySafeError LICENSE_UNLOCK_NOT_SUPPORTED = new DJIFlySafeError("License Unlock Not Supported") |
dji.common.error.DJIFlySafeError.LOCAL_USER_TOKEN_IS_INVALID | static final DJIFlySafeError LOCAL_USER_TOKEN_IS_INVALID = new DJIFlySafeError("Local User Token Is Invalid") |
dji.common.error.DJIFlySafeError.LOW_FIRMWARE_VERSION_ERROR | static final DJIFlySafeError LOW_FIRMWARE_VERSION_ERROR = new DJIFlySafeError("Low Firmware Version Error") |
dji.common.error.DJIFlySafeError.NETWORK_CHECK_SIGNATURE_ERROR | static final DJIFlySafeError NETWORK_CHECK_SIGNATURE_ERROR = new DJIFlySafeError("Network Check Server Signature Error") |
dji.common.error.DJIFlySafeError.NETWORK_INVALID_REQUESET | static final DJIFlySafeError NETWORK_INVALID_REQUESET = new DJIFlySafeError("Network Invalid Request") |
dji.common.error.DJIFlySafeError.NETWORK_OPERATION_CANCEL_BY_USER | static final DJIFlySafeError NETWORK_OPERATION_CANCEL_BY_USER = new DJIFlySafeError("Network Operation Cancel By User") |
dji.common.error.DJIFlySafeError.NETWORK_PAGE_NOT_FOUND | static final DJIFlySafeError NETWORK_PAGE_NOT_FOUND = new DJIFlySafeError("Network Page Not Found") |
dji.common.error.DJIFlySafeError.NETWORK_SERVER_DATA_ERROR | static final DJIFlySafeError NETWORK_SERVER_DATA_ERROR = new DJIFlySafeError("Network Server Data Error") |
dji.common.error.DJIFlySafeError.NETWORK_SIGNATURE_ERROR | static final DJIFlySafeError NETWORK_SIGNATURE_ERROR = new DJIFlySafeError("Network Signature Error") |
dji.common.error.DJIFlySafeError.NETWORK_USER_IS_NOT_LOGIN | static final DJIFlySafeError NETWORK_USER_IS_NOT_LOGIN = new DJIFlySafeError("Network User Is Not Login") |
dji.common.error.DJIFlySafeError.LICENSE_DATA_NO_DATA_ERROR | static final DJIFlySafeError LICENSE_DATA_NO_DATA_ERROR = new DJIFlySafeError("License Data No Data Error") |
dji.common.error.DJIFlySafeError.NO_MCSN | static final DJIFlySafeError NO_MCSN = new DJIFlySafeError("No MCSN") |
dji.common.error.DJIFlySafeError.NO_NETWORK | static final DJIFlySafeError NO_NETWORK = new DJIFlySafeError("No Network") |
dji.common.error.DJIFlySafeError.OLD_DATA_ERROR | static final DJIFlySafeError OLD_DATA_ERROR = new DJIFlySafeError("Old Data Error") |
dji.common.error.DJIFlySafeError.PM_TIMEOUT | static final DJIFlySafeError PM_TIMEOUT = new DJIFlySafeError("Pack Manager Timeout") |
dji.common.error.DJIFlySafeError.PM_WRONG_DEVICE_ID | static final DJIFlySafeError PM_WRONG_DEVICE_ID = new DJIFlySafeError("Pack Manager Wrong Device Id") |
dji.common.error.DJIFlySafeError.PM_WRONG_SERIAL_NUMBER | static final DJIFlySafeError PM_WRONG_SERIAL_NUMBER = new DJIFlySafeError("Pack Manager Wrong Serial Number") |
dji.common.error.DJIFlySafeError.PM_WRONG_UNLOCK_VERSION | static final DJIFlySafeError PM_WRONG_UNLOCK_VERSION = new DJIFlySafeError("Pack Manager Wrong Unlock Version") |
dji.common.error.DJIFlySafeError.QUERY_AREA_ID_NO_EXIST_LICENSE_ERROR | static final DJIFlySafeError QUERY_AREA_ID_NO_EXIST_LICENSE_ERROR = new DJIFlySafeError("Query Area Id No Exist License Error") |
dji.common.error.DJIFlySafeError.REMOVE_LICENSES_NOT_ALLOWED_WHEN_DRONE_IN_SKY | static final DJIFlySafeError REMOVE_LICENSES_NOT_ALLOWED_WHEN_DRONE_IN_SKY = new DJIFlySafeError("Remove Licenses Not Allowed When Drone In Sky") |
dji.common.error.DJIFlySafeError.REMOVE_LICENSES_NOT_SUPPORTED | static final DJIFlySafeError REMOVE_LICENSES_NOT_SUPPORTED = new DJIFlySafeError("Remove Licenses Not Support") |
dji.common.error.DJIFlySafeError.SERVER_JSON_DATA_PARSE_ERROR | static final DJIFlySafeError SERVER_JSON_DATA_PARSE_ERROR = new DJIFlySafeError("Server Json Data Parse Error") |
dji.common.error.DJIFlySafeError.SET_CERTIFICATE_NOT_ALLOWED_WHEN_DRONE_IN_SKY | static final DJIFlySafeError SET_CERTIFICATE_NOT_ALLOWED_WHEN_DRONE_IN_SKY = new DJIFlySafeError("Set Enable DroneIn Sky") |
dji.common.error.DJIFlySafeError.REQUEST_PARAM_ERROR | static final DJIFlySafeError REQUEST_PARAM_ERROR = new DJIFlySafeError("Set Enable Param Error") |
dji.common.error.DJIFlySafeError.VERSION_MISMATCH | static final DJIFlySafeError VERSION_MISMATCH = new DJIFlySafeError("Set Enable Version Not Match") |
dji.common.error.DJIFlySafeError.INVALID_USER_ID | static final DJIFlySafeError INVALID_USER_ID = new DJIFlySafeError("Set Enable With Invalid User Id.") |
dji.common.error.DJIFlySafeError.NO_SUCH_LICENSE | static final DJIFlySafeError NO_SUCH_LICENSE = new DJIFlySafeError("Set enable with no exist license") |
dji.common.error.DJIFlySafeError.SERVER_TOO_MUCH_LICENSE_ERROR | static final DJIFlySafeError SERVER_TOO_MUCH_LICENSE_ERROR = new DJIFlySafeError("Too Much License") |
dji.common.error.DJIFlySafeError.SERVER_UNIDENTIFIED_PHONE_ERROR | static final DJIFlySafeError SERVER_UNIDENTIFIED_PHONE_ERROR = new DJIFlySafeError("Unidentified Phone") |
dji.common.error.DJIFlySafeError.SERVER_NOT_UNLOCKABLE_AREA_ERROR | static final DJIFlySafeError SERVER_NOT_UNLOCKABLE_AREA_ERROR = new DJIFlySafeError("Unlock Not Unlockable Area") |
dji.common.error.DJIFlySafeError.SERVER_UNLOCK_TOO_MANY_AREAS_ERROR | static final DJIFlySafeError SERVER_UNLOCK_TOO_MANY_AREAS_ERROR = new DJIFlySafeError("Unlock Too Many Areas") |
dji.common.error.DJIFlySafeError.UNLOCK_VERSION_ERROR | static final DJIFlySafeError UNLOCK_VERSION_ERROR = new DJIFlySafeError("Unlock Version Error") |
dji.common.error.DJIFlySafeError.CRC_CHECK_FAILED | static final DJIFlySafeError CRC_CHECK_FAILED = new DJIFlySafeError("Upload License Data Crc Check Failed") |
dji.common.error.DJIFlySafeError.RENEW_CERTIFICATE_NOT_ALLOWED_WHEN_DRONE_IN_SKY | static final DJIFlySafeError RENEW_CERTIFICATE_NOT_ALLOWED_WHEN_DRONE_IN_SKY = new DJIFlySafeError("Certificate Renewal Not Allowed When Drone In Sky") |
dji.common.error.DJIFlySafeError.LICENSE_DATA_ERROR | static final DJIFlySafeError LICENSE_DATA_ERROR = new DJIFlySafeError("Upload License Data Error") |
dji.common.error.DJIFlySafeError.LICENSE_DATA_INDEX_ERROR | static final DJIFlySafeError LICENSE_DATA_INDEX_ERROR = new DJIFlySafeError("Upload License Data Index Error") |
dji.common.error.DJIFlySafeError.SN_CHECK_FAILED | static final DJIFlySafeError SN_CHECK_FAILED = new DJIFlySafeError("Upload License Data SN Check Failed") |
dji.common.error.DJIFlySafeError.USER_ID_ERROR | static final DJIFlySafeError USER_ID_ERROR = new DJIFlySafeError("Upload License Data User Id Error") |
dji.common.error.DJIFlySafeError.VERSION_CHECKE_ERROR | static final DJIFlySafeError VERSION_CHECKE_ERROR = new DJIFlySafeError("Version Check Error,The current flight control version is too low and needs to be upgraded") |
dji.common.error.DJISDKError.ACTIVATE_FAILED | static final DJISDKError ACTIVATE_FAILED = new DJISDKError("The app activation failed") |
dji.common.error.DJISDKError.APP_KEY_BLOCKED | static final DJISDKError APP_KEY_BLOCKED = new DJISDKError("The app key is blocked") |
dji.common.error.DJISDKError.SDK_VERSION_BLOCKED | static final DJISDKError SDK_VERSION_BLOCKED = new DJISDKError("The sdk version is blocked") |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.areVisualObstacleAvoidanceSensorsInHorizontalDirectionEnabled | boolean areVisualObstacleAvoidanceSensorsInHorizontalDirectionEnabled() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.areVisualObstacleAvoidanceSensorsInHorizontalDirectionWorking | boolean areVisualObstacleAvoidanceSensorsInHorizontalDirectionWorking() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.areVisualObstacleAvoidanceSensorsInVerticalDirectionEnabled | boolean areVisualObstacleAvoidanceSensorsInVerticalDirectionEnabled() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.areVisualObstacleAvoidanceSensorsInVerticalDirectionWorking | boolean areVisualObstacleAvoidanceSensorsInVerticalDirectionWorking() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.isBackwardVisualObstacleAvoidanceSensorEnabled | boolean isBackwardVisualObstacleAvoidanceSensorEnabled() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.isBackwardVisualObstacleAvoidanceSensorWorking | boolean isBackwardVisualObstacleAvoidanceSensorWorking() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.isDownwardVisualObstacleAvoidanceSensorEnabled | boolean isDownwardVisualObstacleAvoidanceSensorEnabled() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.isDownwardVisualObstacleAvoidanceSensorWorking | boolean isDownwardVisualObstacleAvoidanceSensorWorking() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.isForwardVisualObstacleAvoidanceSensorEnabled | boolean isForwardVisualObstacleAvoidanceSensorEnabled() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.isForwardVisualObstacleAvoidanceSensorWorking | boolean isForwardVisualObstacleAvoidanceSensorWorking() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.isLeftSideVisualObstacleAvoidanceSensorEnabled | boolean isLeftSideVisualObstacleAvoidanceSensorEnabled() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.isLeftSideVisualObstacleAvoidanceSensorWorking | boolean isLeftSideVisualObstacleAvoidanceSensorWorking() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.isRightSideVisualObstacleAvoidanceSensorEnabled | boolean isRightSideVisualObstacleAvoidanceSensorEnabled() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.isRightSideVisualObstacleAvoidanceSensorWorking | boolean isRightSideVisualObstacleAvoidanceSensorWorking() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.isUpwardVisualObstacleAvoidanceSensorEnabled | boolean isUpwardVisualObstacleAvoidanceSensorEnabled() |
dji.common.flightcontroller.flightassistant.ObstacleAvoidanceSensorState.isUpwardVisualObstacleAvoidanceSensorWorking | boolean isUpwardVisualObstacleAvoidanceSensorWorking() |
dji.common.flightcontroller.FlightControllerState.getFlightModeString | String getFlightModeString() |
dji.sdk.flightcontroller.FlightController.getAircraftHeadingTurningSmoothness | void getAircraftHeadingTurningSmoothness(@NonNull HardwareState.FlightModeSwitch mode, @NonNull CompletionCallbackWith<Integer> callback) |
dji.sdk.flightcontroller.FlightController.getAircraftHeadingTurningSpeed | void getAircraftHeadingTurningSpeed(@NonNull HardwareState.FlightModeSwitch mode, @NonNull CompletionCallbackWith<Integer> callback) |
dji.sdk.flightcontroller.FlightController.getIsAttitudeFlightModeOpen | void getIsAttitudeFlightModeOpen(@NonNull CompletionCallbackWith<Boolean> callback) |
dji.sdk.flightcontroller.FlightController.setAircraftHeadingTurningSmoothness | void setAircraftHeadingTurningSmoothness(@NonNull HardwareState.FlightModeSwitch mode, @IntRange(from = 0, to = 100) int smoothingValue, @Nullable CompletionCallback callback) |
dji.sdk.flightcontroller.FlightController.setAircraftHeadingTurningSpeed | void setAircraftHeadingTurningSpeed(@NonNull HardwareState.FlightModeSwitch mode, int speed, @Nullable CompletionCallback callback) |
dji.sdk.flightcontroller.FlightController.toggleAttitudeFlightMode | void toggleAttitudeFlightMode(boolean isOpen, @Nullable CompletionCallback callback) |
dji.common.gimbal.CapabilityKey.ADJUST_PITCH_UPWARDS | ADJUST_PITCH_UPWARDS(DJIParamMinMaxCapability.class) |
dji.sdk.gimbal.Gimbal.getControllerSmoothingFactor | void getControllerSmoothingFactor(@NonNull Axis axis, @NonNull HardwareState.FlightModeSwitch mode, @NonNull final CompletionCallbackWith<Integer> callback) |
dji.sdk.gimbal.Gimbal.getControllerMaxSpeed | void getControllerMaxSpeed(@NonNull Axis axis, @NonNull HardwareState.FlightModeSwitch mode, @NonNull final CompletionCallbackWith<Integer> callback) |
dji.sdk.gimbal.Gimbal.setControllerSmoothingFactor | void setControllerSmoothingFactor(@NonNull Axis axis, @NonNull HardwareState.FlightModeSwitch mode, @IntRange(from = 0, to = 30) int smoothingFactor, @Nullable final CompletionCallback callback) |
dji.sdk.gimbal.Gimbal.setControllerMaxSpeed | void setControllerMaxSpeed(@NonNull Axis axis, @NonNull HardwareState.FlightModeSwitch mode, @IntRange(from = 1, to = 100) int maxSpeed, @Nullable final CompletionCallback callback) |
dji.sdk.flightcontroller.FlightAssistant.getUpwardVisionObstacleAvoidanceEnabled | void getUpwardVisionObstacleAvoidanceEnabled(@NonNull CompletionCallbackWith<Boolean> callback) |
dji.sdk.flightcontroller.FlightAssistant.getVisualObstaclesAvoidanceDistance | void getVisualObstaclesAvoidanceDistance(@NonNull PerceptionInformation.DJIFlightAssistantObstacleSensingDirection direction, @Nullable CompletionCallbackWith<Float> callback) |
dji.sdk.flightcontroller.FlightAssistant.setToFPerceptionInformationCallback | void setToFPerceptionInformationCallback(@Nullable CompletionCallbackWith<PerceptionInformation> callback) |
dji.sdk.flightcontroller.FlightAssistant.setUpwardVisionObstacleAvoidanceEnabled | void setUpwardVisionObstacleAvoidanceEnabled(Boolean enabled, @Nullable CompletionCallback callback) |
dji.sdk.flightcontroller.FlightAssistant.setVisualObstaclesAvoidanceDistance | void setVisualObstaclesAvoidanceDistance(float distance, @NonNull PerceptionInformation.DJIFlightAssistantObstacleSensingDirection direction, @Nullable CompletionCallback callback) |
dji.sdk.flightcontroller.FlightAssistant.setVisualPerceptionInformationCallback | void setVisualPerceptionInformationCallback(@Nullable CompletionCallbackWith<PerceptionInformation> callback) |
dji.sdk.sdkmanager.LDMModule | class LDMModule |
dji.sdk.sdkmanager.LDMModuleType | enum LDMModuleType |
dji.sdk.sdkmanager.LDMModuleType.RTK | RTK |
dji.sdk.sdkmanager.LDMModuleType.USER_ACCOUNT | USER_ACCOUNT |
dji.sdk.sdkmanager.LDMModule.Builder | static class Builder |
dji.sdk.sdkmanager.LDMModule.Builder.build | LDMModule build() |
dji.sdk.sdkmanager.LDMModule.Builder.enabled | Builder enabled(boolean enabled) |
dji.sdk.sdkmanager.LDMModule.Builder.moduleType | Builder moduleType(LDMModuleType moduleType) |
dji.sdk.sdkmanager.LDMModule.isEnabled | boolean isEnabled() |
dji.sdk.sdkmanager.LDMModule.getModuleType | LDMModuleType getModuleType() |
dji.sdk.sdkmanager.LDMManager.isModuleNetworkServiceEnabled | boolean isModuleNetworkServiceEnabled(@NonNull LDMModuleType moduleType) |
dji.sdk.sdkmanager.LDMManager.setModuleNetworkServiceEnabled | DJIError setModuleNetworkServiceEnabled(LDMModule... modules) |
dji.sdk.camera.LensCapabilities.DJILensParametersListener | interface DJILensParametersListener |
dji.sdk.camera.LensCapabilities.addDJILensParametersListener | void addDJILensParametersListener(LensCapabilities.DJILensParametersListener listener) |
dji.sdk.camera.LensCapabilities.removeAllListener | void removeAllListener() |
dji.sdk.camera.LensCapabilities.removeDJILensParametersListener | void removeDJILensParametersListener(LensCapabilities.DJILensParametersListener listener) |
dji.sdk.camera.LensCapabilities.apertureRange | SettingsDefinitions.Aperture[] apertureRange() |
dji.sdk.camera.LensCapabilities.exposureCompensationRange | SettingsDefinitions.ExposureCompensation[] exposureCompensationRange() |
dji.sdk.camera.LensCapabilities.exposureModeRange | SettingsDefinitions.ExposureMode[] exposureModeRange() |
dji.sdk.camera.LensCapabilities.ISORange | SettingsDefinitions.ISO[] ISORange() |
dji.sdk.camera.LensCapabilities.shutterSpeedRange | SettingsDefinitions.ShutterSpeed[] shutterSpeedRange() |
dji.sdk.camera.LensCapabilities.videoResolutionAndFrameRateRange | ResolutionAndFrameRate[] videoResolutionAndFrameRateRange() |
dji.sdk.camera.LensCapabilities.thermalPaletteRange | SettingsDefinitions.ThermalPalette[] thermalPaletteRange() |
dji.sdk.camera.LensCapabilities.DJILensParametersListener.onLensApertureRangeChange | void onLensApertureRangeChange(@NonNull SettingsDefinitions.Aperture[] newRange) |
dji.sdk.camera.LensCapabilities.DJILensParametersListener.onLensExposureCompensationRangeChange | void onLensExposureCompensationRangeChange(@NonNull SettingsDefinitions.ExposureCompensation[] newRange) |
dji.sdk.camera.LensCapabilities.DJILensParametersListener.onLensExposureModeRangeChange | void onLensExposureModeRangeChange(@NonNull SettingsDefinitions.ExposureMode[] newRange) |
dji.sdk.camera.LensCapabilities.DJILensParametersListener.onLensISORangeChange | void onLensISORangeChange(@NonNull SettingsDefinitions.ISO[] newRange) |
dji.sdk.camera.LensCapabilities.DJILensParametersListener.onLensShutterSpeedRangeChange | void onLensShutterSpeedRangeChange(@NonNull SettingsDefinitions.ShutterSpeed[] newRange) |
dji.sdk.camera.LensCapabilities.DJILensParametersListener.onLensThermalPaletteRangeChange | void onLensThermalPaletteRangeChange(@NonNull SettingsDefinitions.ThermalPalette[] newRange) |
dji.sdk.camera.LensCapabilities.DJILensParametersListener.onLensVideoResolutionAndFrameRateRangeChange | void onLensVideoResolutionAndFrameRateRangeChange(@NonNull ResolutionAndFrameRate[] newRange) |
dji.sdk.media.DownloadListener<E>.onRealtimeDataUpdate | void onRealtimeDataUpdate(byte[] data, long position, boolean isLastPack) |
dji.sdk.media.MediaFile.getXMPFileData | String getXMPFileData() |
dji.sdk.media.MediaFile.fetchFileByteData | void fetchFileByteData(long offset, @NonNull final DownloadListener<String> callback) |
dji.sdk.media.MediaFile.fetchXMPFileData | void fetchXMPFileData(@NonNull CompletionCallback callback) |
dji.common.flightcontroller.RTKState.isMaintainingPositionAccuracy | boolean isMaintainingPositionAccuracy() |
dji.common.rtk.PPKModeState | enum PPKModeState |
dji.common.rtk.PPKModeState.IDLE | IDLE(0) |
dji.common.rtk.PPKModeState.RUNNING | RUNNING(1) |
dji.common.rtk.PPKModeState.UNKNOWN | UNKNOWN(0xFF) |
dji.sdk.flightcontroller.RTK.getPPKModeEnabled | void getPPKModeEnabled(@Nullable final CommonCallbacks.CompletionCallbackWith<Boolean> callback) |
dji.sdk.flightcontroller.RTK.getRTKMaintainPositioningAccuracyModeEnabled | void getRTKMaintainPositioningAccuracyModeEnabled(@Nullable final CommonCallbacks.CompletionCallbackWith<Boolean> callback) |
dji.sdk.flightcontroller.RTK.setPPKModeEnabled | void setPPKModeEnabled(boolean enable, @Nullable final CompletionCallback callback) |
dji.sdk.flightcontroller.RTK.setPPKModeStateListener | void setPPKModeStateListener(CommonCallbacks.CompletionCallbackWith<PPKModeState> callback) |
dji.sdk.flightcontroller.RTK.setRTKMaintainPositioningAccuracyModeEnabled | void setRTKMaintainPositioningAccuracyModeEnabled(boolean enabled, @Nullable final CompletionCallback callback) |
dji.sdk.radar.Radar | class Radar extends BaseComponent |
dji.keysdk.RadarKey | class RadarKey extends DJIKey |
dji.sdk.radar.Radar.getHorizontalRadarObstacleAvoidanceEnabled | void getHorizontalRadarObstacleAvoidanceEnabled(CommonCallbacks.CompletionCallbackWith<Boolean> callback) |
dji.sdk.radar.Radar.getUpwardRadarObstacleAvoidanceEnabled | void getUpwardRadarObstacleAvoidanceEnabled(CommonCallbacks.CompletionCallbackWith<Boolean> callback) |
dji.sdk.radar.Radar.setHorizontalRadarObstacleAvoidanceEnabled | void setHorizontalRadarObstacleAvoidanceEnabled(boolean enabled, CommonCallbacks.CompletionCallback callback) |
dji.sdk.radar.Radar.setRadarPerceptionInformationCallback | void setRadarPerceptionInformationCallback(@NonNull CommonCallbacks.CompletionCallbackWith<PerceptionInformation> callback) |
dji.sdk.radar.Radar.setUpwardRadarObstacleAvoidanceEnabled | void setUpwardRadarObstacleAvoidanceEnabled(boolean enabled, CommonCallbacks.CompletionCallback callback) |
dji.common.remotecontroller.HardwareState.getPhotoAndVideoToggleButton | Button getPhotoAndVideoToggleButton() |
dji.common.remotecontroller.HardwareState.getShootPhotoAndRecordButton | Button getShootPhotoAndRecordButton() |
dji.sdk.remotecontroller.RemoteController.DisplayNameMavicAir2 | static final String DisplayNameMavicAir2 = DJIRCAbstraction.DisplayNameWM231 |
dji.sdk.remotecontroller.RemoteController.getPhotoAndVideoToggleButtonBindingEnabled | void getPhotoAndVideoToggleButtonBindingEnabled(final CompletionCallbackWith<Boolean> callback) |
dji.sdk.remotecontroller.RemoteController.getShootPhotoAndRecordButtonBindingEnabled | void getShootPhotoAndRecordButtonBindingEnabled(final CompletionCallbackWith<Boolean> callback) |
dji.sdk.remotecontroller.RemoteController.setPhotoAndVideoToggleButtonBindingEnabled | void setPhotoAndVideoToggleButtonBindingEnabled(boolean enabled, final CompletionCallback callback) |
dji.sdk.remotecontroller.RemoteController.setShootPhotoAndRecordButtonBindingEnabled | void setShootPhotoAndRecordButtonBindingEnabled(boolean enabled, final CompletionCallback callback) |
dji.sdk.sdkmanager.DJISDKManager.registerAppForLDM | void registerAppForLDM(final Context inContext, SDKManagerCallback callback) |
dji.common.mission.waypointv2.Action.ActionTypes.CameraOperationType.CUSTOM_NAME | CUSTOM_NAME(6) |
dji.common.mission.waypointv2.Action.ActionTypes.CameraCustomNameType | enum CameraCustomNameType |
dji.common.mission.waypointv2.Action.ActionTypes.CameraCustomNameType.DIR | DIR(2) |
dji.common.mission.waypointv2.Action.ActionTypes.CameraCustomNameType.FILE | FILE(1) |
dji.common.mission.waypointv2.Action.WaypointCameraCustomNameParam | class WaypointCameraCustomNameParam |
dji.common.mission.waypointv2.Action.WaypointCameraCustomNameParam.Builder | static final class Builder |
dji.common.mission.waypointv2.Action.WaypointCameraCustomNameParam.Builder.build | WaypointCameraCustomNameParam build() |
dji.common.mission.waypointv2.Action.WaypointCameraCustomNameParam.Builder.customName | Builder customName(String val) |
dji.common.mission.waypointv2.Action.WaypointCameraCustomNameParam.Builder.type | Builder type(ActionTypes.CameraCustomNameType val) |
dji.common.mission.waypointv2.Action.WaypointCameraCustomNameParam.getCustomName | String getCustomName() |
dji.common.mission.waypointv2.Action.WaypointCameraCustomNameParam.getType | ActionTypes.CameraCustomNameType getType() |
dji.common.mission.waypointv2.Action.WaypointCameraActuatorParam.Builder.setCustomNameParam | Builder setCustomNameParam(WaypointCameraCustomNameParam customNameParam) |
dji.common.mission.waypointv2.Action.WaypointCameraActuatorParam.getCustomNameParam | WaypointCameraCustomNameParam getCustomNameParam() |
dji.common.mission.waypointv2.Action.ActionTypes.CameraCustomNameType.NONE | NONE(0) |
dji.common.mission.waypointv2.Action.ActionTypes.CameraCustomNameType.UNKNOWN | UNKNOWN(0xFF) |
c4d1065 0bb5b3d 59f3706 23532ca 2deabb9 48c88b6 1277907 e10fb1e 1f27829 d6d504a