Comments

3 comments

  • DJI Developer Support
    OSDK切换镜头的API: /*! @brief * Change the camera stream source from one payload device. (Beta API) * * @platforms M300 * @note Only support for payload device : H20/H20T * @param pos point out which camera to output the H264 stream * @param source change to be the target camera of the payload, ref to * LiveView::LiveViewCameraSource * @return Errorcode of liveivew, ref to DJI::OSDK::LiveView::LiveViewErrCode */ LiveView::LiveViewErrCode changeH264Source(LiveView::LiveViewCameraPosition pos, LiveView::LiveViewCameraSource source);
    0
    Comment actions Permalink
  • Silly Z

    请问osdk-ros中有示例程序吗?

    0
    Comment actions Permalink
  • DJI Developer Support
    OSDK-ROS demo中没有调用该API,OSDK ROS 是基于OSDK Linux开发的应用,可以参考ROS demo中Linux API的使用来加代码调用该API即可。
    0
    Comment actions Permalink

Please sign in to leave a comment.