正在上传图片(0/1)

请问下M600加X3相机显示不了图像画面的原因?

 0
手机看帖 2 420
您好,我用M600飞机和X3相机连接一起开发,但是显示不了图像画面,请问下宽带链路部分的接口是要怎样设置的呢,我用M600连Z30是可以显示画面的。能告知我下吗?谢谢!我设置的对接接口链路如下:


Model.MATRICE_600 -> {
    aircraft.airLink?.lightbridgeLink?.let { lb ->
        if (cameraList.size >= 2 && cameraList[1].displayName != Camera.DisplayNameXT2_IR) {
            lb.setBandwidthAllocationForLBVideoInputPort(0.8f) {
                it?.let { error ->
                    KLog.e(
                        TAG,
                        "lb.setBandwidthAllocationForLBVideoInputPort----M600:${error.description}"
                    )
                }
            }
            lb.setBandwidthAllocationForMainCamera(1.0f) {
                it?.let { error ->
                    KLog.e(
                        TAG,
                        "lb.setBandwidthAllocationForMainCamera:--M600${error.description}"
                    )
                }
            }
            lb.setBandwidthAllocationForLeftCamera(0.5f) {
                it?.let { error ->
                    KLog.e(
                        TAG,
                        "lb.setBandwidthAllocationForLeftCamera:--M600${error.description}"
                    )
                }
            }
        } else {
            lb.setBandwidthAllocationForLBVideoInputPort(0.8f) {
                it?.let { error ->
                    KLog.e(
                        TAG,
                        "lb.setBandwidthAllocationForLBVideoInputPort--M600:${error.description}"
                    )
                }
            }
        }
    }
}

评论
上传
你需要登录之后才能回帖    登录 | 注册
kv886   2020-9-15 3#
用官方的APP能否看到画面
楼主   2020-9-16 4#
kv8869-15 18:59
用官方的APP能否看到画面
已解决,是视频带宽错了,谢谢
取消 点赞 评论
分享至:
回复:
上传
取消 评论
快速回复 返回顶部 返回列表