MSDK4.15.1 , M210 RTK V2 ,X5S镜头,执行航线时拍照,照片的拍照效果不好,照片不清晰,像是...
CompletedMSDK4.15.1 , M210 RTK V2 ,X5S镜头,执行航线时拍照,照片的拍照效果不好,照片不清晰,像是没有对好焦,请问是什么问题,怎么才能拍清楚?
-
int pitch = (int) Float.parseFloat(point.getYuntaiAngle());
eachWaypoint.addAction(new WaypointAction(WaypointActionType.GIMBAL_PITCH,
pitch));int yaw = (int) Float.parseFloat(point.getYawAngle());
//eachWaypoint.heading = yaw;
eachWaypoint.addAction(new WaypointAction(WaypointActionType.ROTATE_AIRCRAFT,yaw));
if (!"转弯点".equals(point.getPartLabel())){
eachWaypoint.addAction(new WaypointAction(WaypointActionType.START_TAKE_PHOTO, 1));
} -
暂时没有更好的办法,和设置有关。建议你咨询下support@dji.com,问他们怎么样设置航点动作以及相机的拍照能拍得更清晰。我估计你用DJI Pilot拍也一样。
Please sign in to leave a comment.
Comments
11 comments