正在上传图片(0/1)

求助,使用MSDK设置航点动作中的录像动作可以设置录像....

 0
手机看帖 1 635
平台:iOS
在使用MSDK设置录像的航点动作时,可以设置录像时长吗?
看SDK中的注释,好像只能使用停止录像动作来终止录像,有没有办法可以控制录像时长

下面是SDK中的相关注释     
     

     *  Starts recording. The `actionParam` for the waypoint action will be  ignored.
     *  The maximum time set to execute this waypoint action is 6 seconds. If the time
     *  while executing  the waypoint action goes above 6 seconds (e.g. the camera is
     *  not present) the aircraft will stop executing  the waypoint action and will move
     *  on to the next waypoint action, if one exists.
     DJIWaypointActionTypeStartRecord,

     *  Stops recording. The `actionParam` for the waypoint action will be ignored.  The
     *  maximum time set to execute this waypoint action is 6 seconds. If the time while
     *  executing the waypoint  action goes above 6 seconds (e.g. the camera is not
     *  present) the aircraft will stop executing the waypoint  action and will move on
     *  to the next waypoint action, if one exists.
     DJIWaypointActionTypeStopRecord,
评论
上传
你需要登录之后才能回帖    登录 | 注册
一枚MSDK开发者   2021-1-18 3#
用定时器触发停止录像
收藏 点赞 评论
分享至:
回复:
上传
取消 评论
快速回复 返回顶部 返回列表