WayPointV2,M300无人机H20T 相机在执行任务中变焦失败 WaypointActuator wayp...
已完成WayPointV2,M300无人机H20T 相机在执行任务中变焦失败
WaypointActuator waypointAction4Actuator = new WaypointActuator.Builder()
.setActuatorType(ActionTypes.ActionActuatorType.CAMERA)
.setCameraActuatorParam(new WaypointCameraActuatorParam.Builder()
.setCameraOperationType(ActionTypes.CameraOperationType.ZOOM)
.setZoomParam(new WaypointCameraZoomParam.Builder().setFocalLength(focusLength).build())
.build())
.build();
请问可能是什么原因?
请先登录再写评论。
评论
1 条评论