具有多台摄像机的无人机上的shootPhotoDistanceIntervalDJIWaypoint的摄像机源

问题描述

我们正在尝试通过Matrice210 V2,Matrice 210 RTK V2等多台摄像机来增加对无人机的支持。

在我们的应用程序中,我们使用DJIWaypointMission对象执行飞行任务,并设置了ShootPhotoDistanceInterval属性来捕获照片。我不知道的是

该无人机将使用多台摄像机来捕获无人机的照片? 以及是否有任何方法可以设置执行航点任务时使用哪个相机拍摄照片。 这是我设置ShootPhotoDistanceInterval并准备航点的方法(简化版)

 let singleWaypoint: DJIWaypoint = DJIWaypoint(
                coordinate: CLLocationCoordinate2D(
                    latitude: point[1],longitude: point[0]
                )
            )
if let distanceBasedTrigger = waypointProperties.dist_based_trigger {
                singleWaypoint.shootPhotoDistanceInterval = distanceBasedTrigger
            }

DJI Mobile SDK版本:4.11.2 DJIWidget:1.6.2

非常感谢您的帮助:)

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)