大疆社区

标题: M300RTK WaypointV2 Action 聚焦动作设置失败 [打印本页]

作者: TXB0    时间: 2021-4-29
标题: M300RTK WaypointV2 Action 聚焦动作设置失败
waypointV2ActionList.add(new WaypointV2Action.Builder()
        .setActionID(5)
        .setTrigger(new WaypointTrigger.Builder()
                .setTriggerType(ActionTypes.ActionTriggerType.ASSOCIATE)
                .setAssociateParam(new WaypointV2AssociateTriggerParam.Builder()
                        .setAssociateActionID(4)
                        .setAssociateType(ActionTypes.AssociatedTimingType.AFTER_FINISHED)
                        .setWaitingTime(0)
                        .build())
                .build())
        .setActuator(new WaypointActuator.Builder()
                .setActuatorType(ActionTypes.ActionActuatorType.CAMERA)
                .setCameraActuatorParam(new WaypointCameraActuatorParam.Builder()
                        .setCameraOperationType(ActionTypes.CameraOperationType.FOCUS)
                        .setFocusParam(new WaypointCameraFocusParam.Builder()
                                .focusTarget(new PointF(0.5f,0.5f))
                                .build())
                        .build())
                .build())
        .build());
上传Action时监听报错:the action actuator operation type is invalid
变焦设置setFocalLength是没有问题的。



作者: TXB0    时间: 2021-5-9
有人遇到同样问题吗?
作者: kv886    时间: 2021-5-10
waypoint V2的focus动作貌似有问题
作者: 清除航点    时间: 2021-5-11
建议直接给大疆丢邮件询问




欢迎光临 大疆社区 (https://bbs.dji.com/) Powered by Discuz! X3.2