camera_exposure_set
DJI Services · camera · camera_exposure_set
Request Params
Fixed value
djiTarget device ID
Fixed value
camera_exposure_setIdempotency key; repeated requests return the same command
Timeout in seconds, range
0~300Camera enumeration value
Camera type: wide, zoom
Exposure value: 1=-5.0EV, 2=-4.7EV, …, 16=0EV, …, 31=5.0EV, 255=FIXED
Create Response
Platform command acceptance identifier; globally unique UUID
Acceptance status:
ACCEPTEDCommand acceptance time (UTC)
Query Response
Platform command acceptance identifier; globally unique UUID
Execution status:
ACCEPTED / DELIVERED / SUCCEEDED / FAILED / TIMED_OUT / UNMATCHED_RESPONSEVendor identifier; fixed value
djiTarget device ID
Method name
Device-side execution code
Device-side execution message
Raw vendor response (passthrough)
DJI Services Reply Mapping
The device returns command results throughservices_reply. The platform correlates the reply to command_id through tid and updates the command lifecycle. Clients do not consume the MQTT reply channel directly.
| Open Platform field | DJI services_reply source |
|---|---|
response_code | Prefer data.code; fall back to data.result when code is absent |
response_message | data.message / data.msg / data.description |
vendor_response | Normalized DJI reply summary preserving result, code, message, output, and vendor extension fields |
data.result = 0 means device-side execution succeeded. Non-zero values mean device-side execution failed, and the platform moves the command to a failed terminal state.