4.2.0 Parent and Name | 4.2.0 Code | 4.3.0 Parent and Name | 4.3.0 Code | Parent | Name | Type | Param | Return |
dji.common.mission.hotpoint.HotpoinMissionEvent.getError | DJIError getError() | dji.common.mission.hotpoint.HotpointMissionEvent.getError | DJIError getError() | X | ||||
dji.common.camera.ThermalExternalSceneSettings.getWindowReflectedTemperature | short getWindowReflectedTemperature() | dji.common.camera.ThermalExternalSceneSettings.getWindowReflectedTemperature | float getWindowReflectedTemperature() | X | ||||
dji.sdk.mission.timeline.TimelineEvent.ELEMENT_START_ERROR | ELEMENT_START_ERROR(0x01) | dji.sdk.mission.timeline.TimelineEvent.START_ERROR | START_ERROR(0x01) | X | ||||
dji.sdk.mission.timeline.TimelineEvent.ELEMENT_PROGRESSED | ELEMENT_PROGRESSED(0x03) | dji.sdk.mission.timeline.TimelineEvent.PROGRESSED | PROGRESSED(0x03) | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.BatteryIllegal | BatteryIllegal (3006) | dji.internal.diagnostics.DJIDiagnosticsError.BATTERY_ILLEGAL | BATTERY_ILLEGAL(3006) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.RemoteControllerFPGAError | RemoteControllerFPGAError (4001) | dji.internal.diagnostics.DJIDiagnosticsError.REMOTE_CONTROLLER_FPGA_ERROR | REMOTE_CONTROLLER_FPGA_ERROR(4001) | X | X | |||
dji.common.camera.ThermalExternalSceneSettings.getWindowReflection | short getWindowReflection() | dji.common.camera.ThermalExternalSceneSettings.getWindowReflection | float getWindowReflection() | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.RemoteControllerGPSError | RemoteControllerGPSError (4004) | dji.internal.diagnostics.DJIDiagnosticsError.REMOTE_CONTROLLER_GPS_ERROR | REMOTE_CONTROLLER_GPS_ERROR(4004) | X | X | |||
dji.sdk.flightcontroller.FlightController.setMaxFlightRadius | void setMaxFlightRadius(@FloatRange(from = 15.0, to = 8000.0) float maxRadius, @Nullable final CompletionCallback callback) | dji.sdk.flightcontroller.FlightController.setMaxFlightRadius | void setMaxFlightRadius(@IntRange(from = 15, to = 8000) int maxRadius, @Nullable final CompletionCallback callback) | X | ||||
dji.sdk.camera.Camera.setThermalBackgroundTemperature | void setThermalBackgroundTemperature(final short temperature, @Nullable final CompletionCallback callback) | dji.sdk.camera.Camera.setThermalBackgroundTemperature | void setThermalBackgroundTemperature(final float temperature, @Nullable final CompletionCallback callback) | X | ||||
dji.sdk.camera.Camera.setThermalWindowTransmissionCoefficient | void setThermalWindowTransmissionCoefficient(final short coefficient, @Nullable final CompletionCallback callback) | dji.sdk.camera.Camera.setThermalWindowTransmissionCoefficient | void setThermalWindowTransmissionCoefficient(final float coefficient, @Nullable final CompletionCallback callback) | X | ||||
dji.sdk.camera.Camera.setThermalSceneEmissivity | void setThermalSceneEmissivity(final short emissivity, @Nullable final CompletionCallback callback) | dji.sdk.camera.Camera.setThermalSceneEmissivity | void setThermalSceneEmissivity(final float emissivity, @Nullable final CompletionCallback callback) | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.CameraNoSDCard | CameraNoSDCard(1005) | dji.internal.diagnostics.DJIDiagnosticsError.CAMERA_NO_SD_CARD | CAMERA_NO_SD_CARD(1005) | X | X | |||
dji.sdk.camera.Camera.setPhotoPanoramaMode | void setPhotoPanoramaMode(@NonNull PhotoPanoramaMode panoramaMode, @Nullable final CompletionCallback callback) | dji.sdk.camera.Camera.setPhotoPanoramaMode | void setPhotoPanoramaMode(@NonNull PhotoPanoramaMode mode, @Nullable final CompletionCallback callback) | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.CentralBoardConnectToGPSError | CentralBoardConnectToGPSError (5002) | dji.internal.diagnostics.DJIDiagnosticsError.CENTRAL_BOARD_CONNECT_TO_GPS_ERROR | CENTRAL_BOARD_CONNECT_TO_GPS_ERROR(5002) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.RemoteControllerBatteryError | RemoteControllerBatteryError (4003) | dji.internal.diagnostics.DJIDiagnosticsError.REMOTE_CONTROLLER_BATTERY_ERROR | REMOTE_CONTROLLER_BATTERY_ERROR(4003) | X | X | |||
dji.sdk.flightcontroller.FlightController.setGoHomeHeightInMeters | void setGoHomeHeightInMeters(@FloatRange(from = 20.0, to = 500.0) float height, @Nullable CompletionCallback callback) | dji.sdk.flightcontroller.FlightController.setGoHomeHeightInMeters | void setGoHomeHeightInMeters(@IntRange(from = 20, to = 500) int height, @Nullable CompletionCallback callback) | X | ||||
dji.sdk.remotecontroller.RemoteController.getSlaveList | void getSlaveList(@Nullable CompletionCallbackWith<Information[]> callback) | dji.sdk.remotecontroller.RemoteController.getSlaveList | void getSlaveList(@NonNull CompletionCallbackWith<Information[]> callback) | X | ||||
dji.common.flightcontroller.RCSwitchFlightMode | enum RCSwitchFlightMode | dji.common.flightcontroller.RemoteControllerFlightMode | enum RemoteControllerFlightMode | X | ||||
dji.sdk.camera.Camera.setThermalWindowReflectedTemperature | void setThermalWindowReflectedTemperature(final short temperature, @Nullable final CompletionCallback callback) | dji.sdk.camera.Camera.setThermalWindowReflectedTemperature | void setThermalWindowReflectedTemperature(final float temperature, @Nullable final CompletionCallback callback) | X | ||||
dji.common.camera.ThermalExternalSceneSettings.getWindowTransmissionCoefficient | short getWindowTransmissionCoefficient() | dji.common.camera.ThermalExternalSceneSettings.getWindowTransmissionCoefficient | float getWindowTransmissionCoefficient() | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.RemoteControllerOverHeat | RemoteControllerOverHeat (4010) | dji.internal.diagnostics.DJIDiagnosticsError.REMOTE_CONTROLLER_OVER_HEAT | REMOTE_CONTROLLER_OVER_HEAT(4010) | X | X | |||
dji.sdk.flightcontroller.FlightController.getGoHomeHeightInMeters | void getGoHomeHeightInMeters(@NonNull CompletionCallbackWith<Float> callback) | dji.sdk.flightcontroller.FlightController.getGoHomeHeightInMeters | void getGoHomeHeightInMeters(@NonNull CompletionCallbackWith<Integer> callback) | X | ||||
dji.sdk.mission.timeline.actions.HotpointAction.setSurroundingAngle | void setSurroundingAngle(double surroundingAngle) | dji.sdk.mission.timeline.actions.HotpointAction.setSurroundingAngle | void setSurroundingAngle(float surroundingAngle) | X | ||||
dji.sdk.camera.Camera.setThermalAtmosphericTemperature | void setThermalAtmosphericTemperature(short temperature, @Nullable final CompletionCallback callback) | dji.sdk.camera.Camera.setThermalAtmosphericTemperature | void setThermalAtmosphericTemperature(float temperature, @Nullable final CompletionCallback callback) | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.FlightControllerAttitudeError | FlightControllerAttitudeError (8010) | dji.internal.diagnostics.DJIDiagnosticsError.FLIGHT_CONTROLLER_ATTITUDE_ERROR | FLIGHT_CONTROLLER_ATTITUDE_ERROR(8010) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.CentralBoardConnectToBatteryError | CentralBoardConnectToBatteryError (5001) | dji.internal.diagnostics.DJIDiagnosticsError.CENTRAL_BOARD_CONNECT_TO_BATTERY_ERROR | CENTRAL_BOARD_CONNECT_TO_BATTERY_ERROR(5001) | X | X | |||
dji.sdk.mission.hotpoint.onExecutionUpdate | void onExecutionUpdate(@NonNull HotpoinMissionEvent event) | dji.sdk.mission.hotpoint.onExecutionUpdate | void onExecutionUpdate(@NonNull HotpointMissionEvent event) | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.VisionSensorCommunicationError | VisionSensorCommunicationError (9004) | dji.internal.diagnostics.DJIDiagnosticsError.VISION_SENSOR_COMMUNICATION_ERROR | VISION_SENSOR_COMMUNICATION_ERROR(9004) | X | X | |||
dji.sdk.flightcontroller.FlightController.getVirtualStickModeEnabled | void getVirtualStickModeEnabled(@Nullable final CompletionCallbackWith<Boolean> callback) | dji.sdk.flightcontroller.FlightController.getVirtualStickModeEnabled | void getVirtualStickModeEnabled(@NonNull final CompletionCallbackWith<Boolean> callback) | X | ||||
dji.sdk.flightcontroller.FlightController.getMaxFlightRadius | void getMaxFlightRadius(@NonNull final CompletionCallbackWith<Float> callback) | dji.sdk.flightcontroller.FlightController.getMaxFlightRadius | void getMaxFlightRadius(@NonNull final CompletionCallbackWith<Integer> callback) | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.VisionSystemError | VisionSystemError (9005) | dji.internal.diagnostics.DJIDiagnosticsError.VISION_SYSTEM_ERROR | VISION_SYSTEM_ERROR(9005) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.CameraSensorError | CameraSensorError (1002) | dji.internal.diagnostics.DJIDiagnosticsError.CAMERA_SENSOR_ERROR | CAMERA_SENSOR_ERROR(1002) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.FlightControllerBarometerInitFailed | FlightControllerBarometerInitFailed (8006) | dji.internal.diagnostics.DJIDiagnosticsError.FLIGHT_CONTROLLER_BAROMETER_INIT_FAILED | FLIGHT_CONTROLLER_BAROMETER_INIT_FAILED(8006) | X | X | |||
dji.sdk.flightcontroller.FlightController.getGoHomeBatteryThreshold | void getGoHomeBatteryThreshold(@NonNull CompletionCallbackWith<Integer> callback) | dji.sdk.flightcontroller.FlightController.getLowBatteryWarningThreshold | void getLowBatteryWarningThreshold(@NonNull CompletionCallbackWith<Integer> callback) | X | ||||
dji.sdk.flightcontroller.FlightController.setLandImmediatelyBatteryThreshold | void setLandImmediatelyBatteryThreshold(@IntRange(from = 10, to = 25) int percent, @Nullable CompletionCallback callback) | dji.sdk.flightcontroller.FlightController.setSeriousLowBatteryWarningThreshold | void setSeriousLowBatteryWarningThreshold(@IntRange(from = 10, to = 45) int percent, @Nullable CompletionCallback callback) | X | X | |||
dji.sdk.mission.timeline.actions.HotpointAction.getSurroundingAngle | double getSurroundingAngle() | dji.sdk.mission.timeline.actions.HotpointAction.getSurroundingAngle | float getSurroundingAngle() | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.GimbalPitchError | GimbalPitchError (2002) | dji.internal.diagnostics.DJIDiagnosticsError.GIMBAL_PITCH_ERROR | GIMBAL_PITCH_ERROR(2002) | X | X | |||
dji.common.camera.ThermalExternalSceneSettings.getAtmosphericTransmissionCoefficient | short getAtmosphericTransmissionCoefficient() | dji.common.camera.ThermalExternalSceneSettings.getAtmosphericTransmissionCoefficient | float getAtmosphericTransmissionCoefficient() | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.VideoDecoderEncryptionError | VideoDecoderEncryptionError (6001) | dji.internal.diagnostics.DJIDiagnosticsError.VIDEO_DECODER_ENCRYPTION_ERROR | VIDEO_DECODER_ENCRYPTION_ERROR(6001) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.BatteryLowTemperature | BatteryLowTemperature (3003) | dji.internal.diagnostics.DJIDiagnosticsError.BATTERY_LOW_TEMPERATURE | BATTERY_LOW_TEMPERATURE(3003) | X | X | |||
dji.common.mission.hotpoint.HotpoinMissionEvent.getPreviousState | HotpointMissionState getPreviousState() | dji.common.mission.hotpoint.HotpointMissionEvent.getPreviousState | HotpointMissionState getPreviousState() | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.RemoteControllerEncryptionError | RemoteControllerEncryptionError (4005) | dji.internal.diagnostics.DJIDiagnosticsError.REMOTE_CONTROLLER_ENCRYPTION_ERROR | REMOTE_CONTROLLER_ENCRYPTION_ERROR(4005) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.BatteryDischargeOverCurrent | BatteryDischargeOverCurrent (3001) | dji.internal.diagnostics.DJIDiagnosticsError.BATTERY_DISCHARGE_OVER_CURRENT | BATTERY_DISCHARGE_OVER_CURRENT(3001) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.RemoteControllerBatteryLow | RemoteControllerBatteryLow (4007) | dji.internal.diagnostics.DJIDiagnosticsError.REMOTE_CONTROLLER_BATTERY_LOW | REMOTE_CONTROLLER_BATTERY_LOW(4007) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.GimbalConnectToFCError | GimbalConnectToFCError (2005) | dji.internal.diagnostics.DJIDiagnosticsError.GIMBAL_CONNECT_TO_FC_ERROR | GIMBAL_CONNECT_TO_FC_ERROR(2005) | X | X | |||
dji.sdk.camera.Camera.setThermalWindowReflection | void setThermalWindowReflection(final short reflection, @Nullable final CompletionCallback callback) | dji.sdk.camera.Camera.setThermalWindowReflection | void setThermalWindowReflection(final float reflection, @Nullable final CompletionCallback callback) | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.FlightControllerImuHeating | FlightControllerImuHeating(8014) | dji.internal.diagnostics.DJIDiagnosticsError.FLIGHT_CONTROLLER_IMU_HEATING | FLIGHT_CONTROLLER_IMU_HEATING(8014) | X | X | |||
dji.sdk.camera.Camera.setThermalWindowTemperature | void setThermalWindowTemperature(final short temperature, @Nullable final CompletionCallback callback) | dji.sdk.camera.Camera.setThermalWindowTemperature | void setThermalWindowTemperature(final float temperature, @Nullable final CompletionCallback callback) | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.VisionPropellerGuard | VisionPropellerGuard (9001) | dji.internal.diagnostics.DJIDiagnosticsError.VISION_PROPELLER_GUARD | VISION_PROPELLER_GUARD(9001) | X | X | |||
dji.common.flightcontroller.RCSwitchFlightMode.P | P | dji.common.flightcontroller.RemoteControllerFlightMode.P | P | X | ||||
dji.sdk.remotecontroller.RemoteController.getCustomGimbalMapping | void getCustomGimbalMapping(@Nullable CompletionCallbackWith<GimbalMapping> callback) | dji.sdk.remotecontroller.RemoteController.getCustomGimbalMapping | void getCustomGimbalMapping(@NonNull CompletionCallbackWith<GimbalMapping> callback) | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.AirEncoderUpgrade | AirEncoderUpgrade (7002) | dji.internal.diagnostics.DJIDiagnosticsError.AIR_ENCODER_UPGRADE | AIR_ENCODER_UPGRADE(7002) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.BatteryDischargeOverHeat | BatteryDischargeOverHeat (3002) | dji.internal.diagnostics.DJIDiagnosticsError.BATTERY_DISCHARGE_OVER_HEAT | BATTERY_DISCHARGE_OVER_HEAT(3002) | X | X | |||
dji.common.mission.hotpoint.HotpoinMissionEvent | class HotpoinMissionEvent | dji.common.mission.hotpoint.HotpointMissionEvent | class HotpointMissionEvent | X | ||||
dji.sdk.camera.VideoFeeder.onChange | void onChange(VideoFeed videoFeed, @PhysicalSource int newPhysicalSource) | dji.sdk.camera.VideoFeeder.onChange | void onChange(VideoFeed videoFeed, PhysicalSource newPhysicalSource) | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.VideoDecoderConnectToDeserializerError | VideoDecoderConnectToDeserializerError (6002) | dji.internal.diagnostics.DJIDiagnosticsError.VIDEO_DECODER_CONNECT_TO_DESERIALIZER_ERROR | VIDEO_DECODER_CONNECT_TO_DESERIALIZER_ERROR(6002) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.CameraSDCardNotFormatted | CameraSDCardNotFormatted(1010) | dji.internal.diagnostics.DJIDiagnosticsError.CAMERA_SD_CARD_NOT_FORMATTED | CAMERA_SD_CARD_NOT_FORMATTED(1010) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.RemoteControllerTransmitterError | RemoteControllerTransmitterError (4002) | dji.internal.diagnostics.DJIDiagnosticsError.REMOTE_CONTROLLER_TRANSMITTER_ERROR | REMOTE_CONTROLLER_TRANSMITTER_ERROR(4002) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.VisionSensorError | VisionSensorError (9002) | dji.internal.diagnostics.DJIDiagnosticsError.VISION_SENSOR_ERROR | VISION_SENSOR_ERROR(9002) | X | X | |||
dji.common.realname.AircraftBindingState.UN_BOUND_CANNOT_SYNC | UN_BOUND_CANNOT_SYNC(-3) | dji.common.realname.AircraftBindingState.UNBOUND_BUT_CANNOT_SYNC | UNBOUND_BUT_CANNOT_SYNC(-3) | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.CameraSDCardError | CameraSDCardError(1006) | dji.internal.diagnostics.DJIDiagnosticsError.CAMERA_SD_CARD_ERROR | CAMERA_SD_CARD_ERROR(1006) | X | X | |||
dji.sdk.flightcontroller.FlightController.getRCSwitchFlightModeMapping | void getRCSwitchFlightModeMapping( @NonNull CompletionCallbackWith<RCSwitchFlightMode[]> callback) | dji.sdk.flightcontroller.FlightController.getRCSwitchFlightModeMapping | void getRCSwitchFlightModeMapping( @NonNull CompletionCallbackWith<RemoteControllerFlightMode[]> callback) | X | ||||
dji.common.mission.activetrack.ActiveTrackMission.ActiveTrackMission | ActiveTrackMission(RectF targetRect, int targetIndex, ActiveTrackMode mode) | dji.common.mission.activetrack.ActiveTrackMission.ActiveTrackMission | ActiveTrackMission(RectF targetRect, ActiveTrackMode mode) | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.GimbalYawError | GimbalYawError (2004) | dji.internal.diagnostics.DJIDiagnosticsError.GIMBAL_YAW_ERROR | GIMBAL_YAW_ERROR(2004) | X | X | |||
dji.common.camera.ThermalExternalSceneSettings.getWindowTemperature | short getWindowTemperature() | dji.common.camera.ThermalExternalSceneSettings.getWindowTemperature | float getWindowTemperature() | X | ||||
dji.common.error.COMMON_UNKNOWN | static final DJIError COMMON_UNKNOWN = new DJIError("Server error, please contact <dev@dji.com> for help.") | dji.common.error.DJIError.COMMON_UNKNOWN | static final DJIError COMMON_UNKNOWN = new DJIError("Server error, please contact <dev@dji.com> for help.") | X | ||||
dji.sdk.flightcontroller.FlightController.setMaxFlightHeight | void setMaxFlightHeight(@FloatRange(from = 20.0, to = 500.0) float maxHeight, @Nullable final CompletionCallback callback) | dji.sdk.flightcontroller.FlightController.setMaxFlightHeight | void setMaxFlightHeight(@IntRange(from = 20, to = 500) int maxHeight, @Nullable final CompletionCallback callback) | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.FlightControllerIMUInitFailed | FlightControllerIMUInitFailed (8005) | dji.internal.diagnostics.DJIDiagnosticsError.FLIGHT_CONTROLLER_IMU_INIT_FAILED | FLIGHT_CONTROLLER_IMU_INIT_FAILED(8005) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.VisionSensorCalibrationError | VisionSensorCalibrationError (9003) | dji.internal.diagnostics.DJIDiagnosticsError.VISION_SENSOR_CALIBRATION_ERROR | VISION_SENSOR_CALIBRATION_ERROR(9003) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.FlightControllerSystemError | FlightControllerSystemError (8013) | dji.internal.diagnostics.DJIDiagnosticsError.FLIGHT_CONTROLLER_SYSTEM_ERROR | FLIGHT_CONTROLLER_SYSTEM_ERROR(8013) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.FlightControllerGyroscopeError | FlightControllerGyroscopeError (8009) | dji.internal.diagnostics.DJIDiagnosticsError.FLIGHT_CONTROLLER_GYROSCOPE_ERROR | FLIGHT_CONTROLLER_GYROSCOPE_ERROR(8009) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.FakeBatteryMode | FakeBatteryMode (3008) | dji.internal.diagnostics.DJIDiagnosticsError.FAKE_BATTERY_MODE | FAKE_BATTERY_MODE(3008) | X | X | |||
dji.sdk.camera.Camera.setThermalAtmosphericTransmissionCoefficient | void setThermalAtmosphericTransmissionCoefficient(final short coefficient, @Nullable final CompletionCallback callback) | dji.sdk.camera.Camera.setThermalAtmosphericTransmissionCoefficient | void setThermalAtmosphericTransmissionCoefficient(final float coefficient, @Nullable final CompletionCallback callback) | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.BatteryNeedStudy | BatteryNeedStudy (3005) | dji.internal.diagnostics.DJIDiagnosticsError.BATTERY_NEED_STUDY | BATTERY_NEED_STUDY(3005) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.FlightControllerBarometerError | FlightControllerBarometerError (8007) | dji.internal.diagnostics.DJIDiagnosticsError.FLIGHT_CONTROLLER_BAROMETER_ERROR | FLIGHT_CONTROLLER_BAROMETER_ERROR(8007) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.FlightControllerAccelerometerInitFailed | FlightControllerAccelerometerInitFailed (8008) | dji.internal.diagnostics.DJIDiagnosticsError.FLIGHT_CONTROLLER_ACCELEROMETER_INIT_FAILED | FLIGHT_CONTROLLER_ACCELEROMETER_INIT_FAILED(8008) | X | X | |||
dji.sdk.battery.Battery.setSelfDischargeInDays | void setSelfDischargeInDays(@IntRange(from = 1, to = 10) int days, @Nullable CompletionCallback callback) | dji.sdk.battery.Battery.setSelfDischargeInDays | void setSelfDischargeInDays(@IntRange(from = 1, to = 20) int days, @Nullable CompletionCallback callback) | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.CameraSDCardNoSpace | CameraSDCardNoSpace(1007) | dji.internal.diagnostics.DJIDiagnosticsError.CAMERA_SD_CARD_NO_SPACE | CAMERA_SD_CARD_NO_SPACE(1007) | X | X | |||
dji.sdk.flightcontroller.FlightController.setGoHomeBatteryThreshold | void setGoHomeBatteryThreshold(@IntRange(from = 25, to = 50) int percent, @Nullable CompletionCallback callback) | dji.sdk.flightcontroller.FlightController.setLowBatteryWarningThreshold | void setLowBatteryWarningThreshold(@IntRange(from = 15, to = 50) int percent, @Nullable CompletionCallback callback) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.CentralBoardConnectToFCError | CentralBoardConnectToFCError (5003) | dji.internal.diagnostics.DJIDiagnosticsError.CENTRAL_BOARD_CONNECT_TO_FC_ERROR | CENTRAL_BOARD_CONNECT_TO_FC_ERROR(5003) | X | X | |||
dji.common.camera.ThermalExternalSceneSettings.getSceneEmissivity | short getSceneEmissivity() | dji.common.camera.ThermalExternalSceneSettings.getSceneEmissivity | float getSceneEmissivity() | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.CameraEncryptionError | CameraEncryptionError (1004) | dji.internal.diagnostics.DJIDiagnosticsError.CAMERA_ENCRYPTION_ERROR | CAMERA_ENCRYPTION_ERROR(1004) | X | X | |||
dji.sdk.remotecontroller.RemoteController.getMasterSearchingState | void getMasterSearchingState(@Nullable CompletionCallbackWith<Boolean> callback) | dji.sdk.remotecontroller.RemoteController.getMasterSearchingState | void getMasterSearchingState(@NonNull CompletionCallbackWith<Boolean> callback) | X | ||||
dji.common.product.Model.PHANTOM_4_ADV | PHANTOM_4_ADV("Phantom 4 Advanced") | dji.common.product.Model.A3 | A3("A3") | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.FlightControllerCompassNeedRestart | FlightControllerCompassNeedRestart(8016) | dji.internal.diagnostics.DJIDiagnosticsError.FLIGHT_CONTROLLER_COMPASS_NEED_RESTART | FLIGHT_CONTROLLER_COMPASS_NEED_RESTART(8016) | X | X | |||
dji.common.flightcontroller.RCSwitchFlightMode.UNKNOWN | UNKNOWN | dji.common.flightcontroller.RemoteControllerFlightMode.UNKNOWN | UNKNOWN | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.GimbalRollError | GimbalRollError (2003) | dji.internal.diagnostics.DJIDiagnosticsError.GIMBAL_ROLL_ERROR | GIMBAL_ROLL_ERROR(2003) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.CameraOverHeat | CameraOverHeat (1003) | dji.internal.diagnostics.DJIDiagnosticsError.CAMERA_OVER_HEAT | CAMERA_OVER_HEAT(1003) | X | X | |||
dji.common.camera.ThermalExternalSceneSettings.getBackgroundTemperature | short getBackgroundTemperature() | dji.common.camera.ThermalExternalSceneSettings.getBackgroundTemperature | float getBackgroundTemperature() | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.FlightControllerIMUError | FlightControllerIMUError (8004) | dji.internal.diagnostics.DJIDiagnosticsError.FLIGHT_CONTROLLER_IMU_ERROR | FLIGHT_CONTROLLER_IMU_ERROR(8004) | X | X | |||
dji.common.product.Model.M200 | M200("M200") | dji.common.product.Model.MATRICE_200 | MATRICE_200("M200") | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.FlightControllerTakeoffFailed | FlightControllerTakeoffFailed (8012) | dji.internal.diagnostics.DJIDiagnosticsError.FLIGHT_CONTROLLER_TAKEOFF_FAILED | FLIGHT_CONTROLLER_TAKEOFF_FAILED(8012) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.GimbalGyroscopeError | GimbalGyroscopeError (2001) | dji.internal.diagnostics.DJIDiagnosticsError.GIMBAL_GYROSCOPE_ERROR | GIMBAL_GYROSCOPE_ERROR(2001) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.FlightControllerIMUNeedCalibration | FlightControllerIMUNeedCalibration (8001) | dji.internal.diagnostics.DJIDiagnosticsError.FLIGHT_CONTROLLER_IMU_NEED_CALIBRATION | FLIGHT_CONTROLLER_IMU_NEED_CALIBRATION(8001) | X | X | |||
dji.common.camera.ThermalExternalSceneSettings.getAtmosphericTemperature | short getAtmosphericTemperature() | dji.common.camera.ThermalExternalSceneSettings.getAtmosphericTemperature | float getAtmosphericTemperature() | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.CameraUpgradeError | CameraUpgradeError (1001) | dji.internal.diagnostics.DJIDiagnosticsError.CAMERA_UPGRADE_ERROR | CAMERA_UPGRADE_ERROR(1001) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.CameraSDCardReadOnly | CameraSDCardReadOnly(1009) | dji.internal.diagnostics.DJIDiagnosticsError.CAMERA_SD_CARD_READ_ONLY | CAMERA_SD_CARD_READ_ONLY(1009) | X | X | |||
dji.sdk.flightcontroller.FlightController.getMaxFlightHeight | void getMaxFlightHeight(@NonNull final CompletionCallbackWith<Float> callback) | dji.sdk.flightcontroller.FlightController.getMaxFlightHeight | void getMaxFlightHeight(@NonNull final CompletionCallbackWith<Integer> callback) | X | ||||
dji.sdk.airlink.LightbridgeLink.setBandwidthAllocationForLBVideoInputPort | void setBandwidthAllocationForLBVideoInputPort(float percent, final CompletionCallback callback) | dji.sdk.airlink.LightbridgeLink.setBandwidthAllocationForLBVideoInputPort | void setBandwidthAllocationForLBVideoInputPort(@FloatRange(from = 0.0f, to = 1.0f) float percent, final CompletionCallback callback) | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.SingleBatteryMode | SingleBatteryMode (3007) | dji.internal.diagnostics.DJIDiagnosticsError.SINGLE_BATTERY_MODE | SINGLE_BATTERY_MODE(3007) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.BatteryCellBroken | BatteryCellBroken (3004) | dji.internal.diagnostics.DJIDiagnosticsError.BATTERY_CELL_BROKEN | BATTERY_CELL_BROKEN(3004) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.CameraSDCardFull | CameraSDCardFull(1008) | dji.internal.diagnostics.DJIDiagnosticsError.CAMERA_SD_CARD_FULL | CAMERA_SD_CARD_FULL(1008) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.AirEncoderError | AirEncoderError (7001) | dji.internal.diagnostics.DJIDiagnosticsError.AIR_ENCODER_ERROR | AIR_ENCODER_ERROR(7001) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.RemoteControllerNeedCalibration | RemoteControllerNeedCalibration (4006) | dji.internal.diagnostics.DJIDiagnosticsError.REMOTE_CONTROLLER_NEED_CALIBRATION | REMOTE_CONTROLLER_NEED_CALIBRATION(4006) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.FlightControllerCompassAbnormal | FlightControllerCompassAbnormal(8015) | dji.internal.diagnostics.DJIDiagnosticsError.FLIGHT_CONTROLLER_COMPASS_ABNORMAL | FLIGHT_CONTROLLER_COMPASS_ABNORMAL(8015) | X | X | |||
dji.sdk.mission.hotpoint.HotpointMissionOperator.getExecutingMission | void getExecutingMission(@NonNull HotpointMission mission, @Nullable CompletionCallback callback) | dji.sdk.mission.hotpoint.HotpointMissionOperator.getExecutingMission | void getExecutingMission(@NonNull HotpointMission mission, @NonNull CompletionCallback callback) | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.FlightControllerDataRecordError | FlightControllerDataRecordError (8011) | dji.internal.diagnostics.DJIDiagnosticsError.FLIGHT_CONTROLLER_DATA_RECORD_ERROR | FLIGHT_CONTROLLER_DATA_RECORD_ERROR(8011) | X | X | |||
dji.sdk.camera.Camera.getVisionStablizationEnabled | void getVisionStablizationEnabled(@NonNull final CompletionCallbackWith<Boolean> callback) | dji.sdk.camera.Camera.getVisionStabilizationEnabled | void getVisionStabilizationEnabled(@NonNull final CompletionCallbackWith<Boolean> callback) | X | ||||
dji.sdk.camera.Camera.setVisionStablizationEnabled | void setVisionStablizationEnabled(final boolean enable, @Nullable final CompletionCallback callback) | dji.sdk.camera.Camera.setVisionStabilizationEnabled | void setVisionStabilizationEnabled(final boolean enable, @Nullable final CompletionCallback callback) | X | ||||
dji.common.flightcontroller.RCSwitchFlightMode.M | M | dji.common.flightcontroller.RemoteControllerFlightMode.M | M | X | ||||
dji.common.flightcontroller.RCSwitchFlightMode.F | F | dji.common.flightcontroller.RemoteControllerFlightMode.F | F | X | ||||
dji.common.flightcontroller.RCSwitchFlightMode.G | G | dji.common.flightcontroller.RemoteControllerFlightMode.G | G | X | ||||
dji.common.flightcontroller.RCSwitchFlightMode.A | A | dji.common.flightcontroller.RemoteControllerFlightMode.A | A | X | ||||
dji.common.flightcontroller.RCSwitchFlightMode.S | S | dji.common.flightcontroller.RemoteControllerFlightMode.S | S | X | ||||
dji.common.mission.hotpoint.HotpoinMissionEvent.getRadius | float getRadius() | dji.common.mission.hotpoint.HotpointMissionEvent.getRadius | float getRadius() | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.FlightControllerIMUDataError | FlightControllerIMUDataError (8003) | dji.internal.diagnostics.DJIDiagnosticsError.FLIGHT_CONTROLLER_IMU_DATA_ERROR | FLIGHT_CONTROLLER_IMU_DATA_ERROR(8003) | X | X | |||
dji.sdk.flightcontroller.FlightController.getLandImmediatelyBatteryThreshold | void getLandImmediatelyBatteryThreshold(@NonNull CompletionCallbackWith<Integer> callback) | dji.sdk.flightcontroller.FlightController.getSeriousLowBatteryWarningThreshold | void getSeriousLowBatteryWarningThreshold(@NonNull CompletionCallbackWith<Integer> callback) | X | ||||
dji.common.mission.hotpoint.HotpoinMissionEvent.getCurrentState | HotpointMissionState getCurrentState() | dji.common.mission.hotpoint.HotpointMissionEvent.getCurrentState | HotpointMissionState getCurrentState() | X | ||||
dji.sdk.remotecontroller.RemoteController.getGimbalMappingStyle | void getGimbalMappingStyle(@Nullable CompletionCallbackWith<GimbalMappingStyle> callback) | dji.sdk.remotecontroller.RemoteController.getGimbalMappingStyle | void getGimbalMappingStyle(@NonNull CompletionCallbackWith<GimbalMappingStyle> callback) | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.RemoteControllerReset | RemoteControllerReset(4009) | dji.internal.diagnostics.DJIDiagnosticsError.REMOTE_CONTROLLER_RESET | REMOTE_CONTROLLER_RESET(4009) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.RemoteControllerIdleTooLong | RemoteControllerIdleTooLong (4008) | dji.internal.diagnostics.DJIDiagnosticsError.REMOTE_CONTROLLER_IDLE_TOO_LONG | REMOTE_CONTROLLER_IDLE_TOO_LONG(4008) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes | enum DJIDiagnosisCodes | dji.internal.diagnostics.DJIDiagnosticsError | enum DJIDiagnosticsError | X | ||||
dji.internal.diagnostics.DJIDiagnosisCodes.FlightControllerMisuseWrongPropellers | FlightControllerMisuseWrongPropellers(8017) | dji.internal.diagnostics.DJIDiagnosticsError.FLIGHT_CONTROLLER_USING_WRONG_PROPELLERS | FLIGHT_CONTROLLER_USING_WRONG_PROPELLERS(8017) | X | X | |||
dji.internal.diagnostics.DJIDiagnosisCodes.FlightControllerIMUCalibrationIncomplete | FlightControllerIMUCalibrationIncomplete (8002) | dji.internal.diagnostics.DJIDiagnosticsError.FLIGHT_CONTROLLER_IMU_CALIBRATION_INCOMPLETE | FLIGHT_CONTROLLER_IMU_CALIBRATION_INCOMPLETE(8002) | X | X |
Parent and Name | Code |
dji.sdk.mission.activetrack.ActiveTrackOperator.isGestureModeEnabled | boolean isGestureModeEnabled() |
dji.common.mission.activetrack.ActiveTrackMission.setTargetIndex | void setTargetIndex(int targetIndex) |
dji.sdk.battery.Battery.getIndex | int getIndex() |
dji.common.error.DJIError.getDJIError | static DJIError getDJIError(DJIAlbumPullErrorType code) |
dji.common.error.DJIError.getDJIError | static DJIError getDJIError(Ccode ccode) |
dji.common.flightcontroller.GoHomeAssessment.isAircraftRequestingToGoHome | boolean isAircraftRequestingToGoHome() |
dji.common.gimbal.GimbalState.isAttitudeReset | boolean isAttitudeReset() |
dji.sdk.mission.timeline.actions.HotpointAction.HotpointAction | HotpointAction(HotpointMission hotpointMission, float surroundingAngle) |
dji.sdk.mission.timeline.TimelineEvent.ELEMENT_FINISHED | ELEMENT_FINISHED(0x04) |
dji.sdk.mission.timeline.TimelineEvent.ELEMENT_STARTED | ELEMENT_STARTED(0x02) |
dji.sdk.mission.timeline.TimelineEvent.ELEMENT_ERROR | ELEMENT_ERROR(0x05) |
dji.sdk.camera.VideoFeeder.VideoFeed | interface VideoFeed |
dji.sdk.camera.VideoFeeder.getVideoSource | int getVideoSource() |
dji.sdk.camera.VideoFeeder.setCallback | void setCallback(@Nullable VideoDataCallback callback) |
dji.sdk.camera.VideoFeeder.getVideoFeeds | List<VideoFeed> getVideoFeeds() |
Parent and Name | Code |
dji.sdk.mission.activetrack.ActiveTrackOperator.isGestureModeEnabled | boolean isGestureModeEnabled() |
dji.common.product.Model.MATRICE_210 | MATRICE_210("M210") |
dji.common.product.Model.MATRICE_210_RTK | MATRICE_210_RTK("M210RTK") |
dji.sdk.products.Aircraft.getCameras | synchronized List<Camera> getCameras() |
dji.sdk.products.Aircraft.getGimbals | synchronized List<Gimbal> getGimbals() |
dji.sdk.base.BaseComponent.getIndex | int getIndex() |
dji.sdk.camera.Camera.getIRFilterEnabled | void getIRFilterEnabled(@NonNull final CompletionCallbackWith<Boolean> callback) |
dji.sdk.camera.Camera.getMediaFileCustomInformation | void getMediaFileCustomInformation(@NonNull final CompletionCallbackWith<String> callback) |
dji.sdk.camera.Camera.setIRFilterEnabled | void setIRFilterEnabled(final boolean enabled, @Nullable final CompletionCallback callback) |
dji.sdk.camera.Camera.setMediaFileCustomInformation | void setMediaFileCustomInformation(@NonNull String information, @Nullable final CompletionCallback callback) |
dji.common.camera.SettingsDefinitions.Aperture.F_2_DOT_6 | F_2_DOT_6(260) |
dji.common.error.DJIError.DATABASE_IS_NOT_READY | static final DJIError DATABASE_IS_NOT_READY = new DJIError("Database is not ready") |
dji.common.flightcontroller.GoHomeAssessment.getSmartRTHCountdown | int getSmartRTHCountdown() |
dji.common.flightcontroller.GoHomeAssessment.getSmartRTHState | SmartRTHState getSmartRTHState() |
dji.common.flightcontroller.FlightControllerState.isLowerThanBatteryWarningThreshold | boolean isLowerThanBatteryWarningThreshold() |
dji.common.flightcontroller.FlightControllerState.isLowerThanSeriousBatteryWarningThreshold | boolean isLowerThanSeriousBatteryWarningThreshold() |
dji.common.flightcontroller.SmartRTHState | enum SmartRTHState |
dji.common.flightcontroller.SmartRTHState.CANCELLED | CANCELLED |
dji.common.flightcontroller.SmartRTHState.COUNTING_DOWN | COUNTING_DOWN |
dji.common.flightcontroller.SmartRTHState.EXECUTED | EXECUTED |
dji.common.flightcontroller.SmartRTHState.IDLE | IDLE |
dji.common.flightcontroller.SmartRTHState.UNKNOWN | UNKNOWN |
dji.sdk.flightcontroller.FlightController.getNoviceModeEnabled | void getNoviceModeEnabled(@NonNull CompletionCallbackWith<Boolean> callback) |
dji.common.flightcontroller.virtualstick.Limits | class Limits |
dji.common.flightcontroller.virtualstick.Limits.ROLL_PITCH_CONTROL_MAX_ANGLE | static final float ROLL_PITCH_CONTROL_MAX_ANGLE = 30 |
dji.common.flightcontroller.virtualstick.Limits.ROLL_PITCH_CONTROL_MAX_VELOCITY | static final float ROLL_PITCH_CONTROL_MAX_VELOCITY = 15 |
dji.common.flightcontroller.virtualstick.Limits.ROLL_PITCH_CONTROL_MIN_ANGLE | static final float ROLL_PITCH_CONTROL_MIN_ANGLE = -30 |
dji.common.flightcontroller.virtualstick.Limits.ROLL_PITCH_CONTROL_MIN_VELOCITY | static final float ROLL_PITCH_CONTROL_MIN_VELOCITY = -15 |
dji.common.flightcontroller.virtualstick.Limits.VERTICAL_CONTROL_MAX_HEIGHT | static final float VERTICAL_CONTROL_MAX_HEIGHT = 500 |
dji.common.flightcontroller.virtualstick.Limits.VERTICAL_CONTROL_MAX_VELOCITY | static final float VERTICAL_CONTROL_MAX_VELOCITY = 4 |
dji.common.flightcontroller.virtualstick.Limits.VERTICAL_CONTROL_MIN_HEIGHT | static final float VERTICAL_CONTROL_MIN_HEIGHT = 0 |
dji.common.flightcontroller.virtualstick.Limits.VERTICAL_CONTROL_MIN_VELOCITY | static final float VERTICAL_CONTROL_MIN_VELOCITY = -4 |
dji.common.flightcontroller.virtualstick.Limits.YAW_CONTROL_MAX_ANGLE | static final float YAW_CONTROL_MAX_ANGLE = 180 |
dji.common.flightcontroller.virtualstick.Limits.YAW_CONTROL_MAX_ANGULAR_VELOCITY | static final float YAW_CONTROL_MAX_ANGULAR_VELOCITY = 100 |
dji.common.flightcontroller.virtualstick.Limits.YAW_CONTROL_MIN_ANGLE | static final float YAW_CONTROL_MIN_ANGLE = -180 |
dji.common.flightcontroller.virtualstick.Limits.YAW_CONTROL_MIN_ANGULAR_VELOCITY | static final float YAW_CONTROL_MIN_ANGULAR_VELOCITY = -100 |
dji.sdk.flightcontroller.FlightController.confirmSmartReturnToHomeRequest | void confirmSmartReturnToHomeRequest(boolean confirmed, @Nullable CompletionCallback callback) |
dji.sdk.flightcontroller.FlightController.getMultipleFlightModeEnabled | void getMultipleFlightModeEnabled (@NonNull CompletionCallbackWith<Boolean> callback) |
dji.sdk.flightcontroller.FlightController.getSmartReturnToHomeEnabled | void getSmartReturnToHomeEnabled( @NonNull final CompletionCallbackWith<Boolean> callback) |
dji.sdk.flightcontroller.FlightController.setMultipleFlightModeEnabled | void setMultipleFlightModeEnabled (boolean enabled, @Nullable CompletionCallback callback) |
dji.sdk.flightcontroller.FlightController.setNoviceModeEnabled | void setNoviceModeEnabled(boolean enabled, @Nullable CompletionCallback callback) |
dji.sdk.flightcontroller.FlightController.setSmartReturnToHomeEnabled | void setSmartReturnToHomeEnabled(boolean enabled, @Nullable CompletionCallback callback) |
dji.common.gimbal.GimbalState.isMountedUpwards | boolean isMountedUpwards() |
dji.sdk.mission.timeline.actions.HotpointAction.HotpointAction | HotpointAction(HotpointMission mission, float surroundingAngle) |
dji.sdk.mission.timeline.actions.HotpointAction.getHotpointMission | HotpointMission getHotpointMission() |
dji.sdk.airlink.LightbridgeLink.getBandwidthAllocationForLeftCamera | void getBandwidthAllocationForLeftCamera(@NonNull final CommonCallbacks.CompletionCallbackWith<Float> callback) |
dji.sdk.airlink.LightbridgeLink.getBandwidthAllocationForMainCamera | void getBandwidthAllocationForMainCamera( @NonNull final CommonCallbacks.CompletionCallbackWith<Float> callback) |
dji.sdk.airlink.LightbridgeLink.setBandwidthAllocationForLeftCamera | void setBandwidthAllocationForLeftCamera(@FloatRange(from = 0.0f, to = 1.0f) float percent, @Nullable final CommonCallbacks.CompletionCallback callback) |
dji.sdk.airlink.LightbridgeLink.setBandwidthAllocationForMainCamera | void setBandwidthAllocationForMainCamera(@FloatRange(from = 0.0f, to = 1.0f) float percent, @Nullable final CommonCallbacks.CompletionCallback callback) |
dji.sdk.camera.FetchMediaTaskContent.CUSTOM_INFORMATION | CUSTOM_INFORMATION |
dji.sdk.camera.MediaFile.getCustomInformation | String getCustomInformation() |
dji.sdk.camera.MediaFile.fetchCustomInformation | void fetchCustomInformation(@NonNull CompletionCallback callback) |
dji.common.flightcontroller.RTKState.isRTKBeingUsed | boolean isRTKBeingUsed() |
dji.sdk.camera.VideoFeeder.VideoFeed | interface VideoFeed |
dji.sdk.camera.VideoFeeder.PhysicalSource | enum PhysicalSource |
dji.sdk.camera.VideoFeeder.PhysicalSource.AV | AV(0x03) |
dji.sdk.camera.VideoFeeder.PhysicalSource.EXT | EXT(0x00) |
dji.sdk.camera.VideoFeeder.PhysicalSource.FPV_CAM | FPV_CAM(0x05) |
dji.sdk.camera.VideoFeeder.PhysicalSource.HDMI | HDMI(0x02) |
dji.sdk.camera.VideoFeeder.PhysicalSource.LB | LB(0x01) |
dji.sdk.camera.VideoFeeder.PhysicalSource.LEFT_CAM | LEFT_CAM(0x06) |
dji.sdk.camera.VideoFeeder.PhysicalSource.MAIN_CAM | MAIN_CAM(0x04) |
dji.sdk.camera.VideoFeeder.PhysicalSource.RIGHT_CAM | RIGHT_CAM(0x07) |
dji.sdk.camera.VideoFeeder.PhysicalSource.UNKNOWN | UNKNOWN(0xFF) |
dji.sdk.camera.VideoFeeder.setCallback | void setCallback(@Nullable VideoDataCallback callback, boolean needRawData) |
dji.sdk.camera.VideoFeeder.getVideoSource | PhysicalSource getVideoSource() |
dji.sdk.camera.VideoFeeder.setCallback | void setCallback(@Nullable VideoDataCallback callback) |
dji.sdk.camera.VideoFeeder.getPrimaryVideoFeed | VideoFeed getPrimaryVideoFeed() |
dji.sdk.camera.VideoFeeder.getSecondaryVideoFeed | VideoFeed getSecondaryVideoFeed() |
490f5b3 b3d1aa3 088aa1b aebccd0