DJI Services · camera
Endpoint
- 创建命令:
POST /api/v1/open/downlink/commands - 查询状态:
GET /api/v1/open/downlink/commands/{commandId}
状态口径(当前代码与测试)
- 统一状态枚举:
ACCEPTED/DELIVERED/SUCCEEDED/FAILED/TIMED_OUT/UNMATCHED_RESPONSE。 - 若正文历史示例出现旧状态值,请以本节与
Cloud Requests页面为准。
Authentication
- API ID + HMAC 请求签名
- scope:
open:command:create
Query Parameters
无。全部 method
camera_mode_switchcamera_photo_takecamera_photo_stopcamera_recording_startcamera_recording_stopcamera_screen_dragcamera_aimcamera_focal_length_setcamera_frame_zoomcamera_look_atcamera_screen_splitcamera_exposure_mode_setcamera_exposure_setcamera_focus_mode_setcamera_focus_value_setcamera_point_focus_actiongimbal_reset
Responses
Create Response:命令接收态(ACCEPTED)Query Response:命令执行态(ACCEPTED/DELIVERED/SUCCEEDED/FAILED/TIMED_OUT/UNMATCHED_RESPONSE)