Comments

7 comments

  • DJI Developer Support
    上云API只负责将飞机视频流推送到服务器,推流后的解析处理需要流服务器处理。上云API是支持推送PSDK视频流的。
    0
    Comment actions Permalink
  • dji_dt

    这里是否有选项可配置推送PSDK,或者代码如何进行修改

    0
    Comment actions Permalink
  • DJI Developer Support
    上云API提供的demo没有实现配置PSDK视频流代码,需要开发者自己实现。
    0
    Comment actions Permalink
  • dji_dt

    当前使用M30 + 机场上云,抓取 mqtt m30 的 信息,显示PSDK 挂载为 --2

    "data": {
    "--2": {
    "gimbal_pitch": 0,
    "gimbal_roll": 0,
    "gimbal_yaw": 0,
    "payload_index": "--2",
    "version": 1,
    "zoom_factor": 0.56782334384858046
    },
    "53-0-0": {
    "gimbal_pitch": 0,
    "gimbal_roll": 0,
    "gimbal_yaw": 0,
    "payload_index": "53-0-0",
    "version": 1
    },

    但是机场的 state 获取不到视频流

    "data": {
    "live_capacity": {
    "available_video_number": 3,
    "coexist_video_number_max": 3,
    "device_list": [
    {
    "sn": "4TADL2L001002C",
    "available_video_number": 1,
    "coexist_video_number_max": 1,
    "camera_list": [
    {
    "camera_index": "165-0-7",
    "available_video_number": 1,
    "coexist_video_number_max": 1,
    "video_list": [
    {
    "video_index": "normal-0",
    "video_type": "normal",
    "switchable_video_types": [
    "normal"
    ]
    }
    ]
    }
    ]
    },
    {
    "sn": "1581F5BMD2323001RW09",
    "available_video_number": 2,
    "coexist_video_number_max": 2,
    "camera_list": [
    {
    "camera_index": "39-0-7",
    "available_video_number": 1,
    "coexist_video_number_max": 1,
    "video_list": [
    {
    "video_index": "normal-0",
    "video_type": "normal",
    "switchable_video_types": [
    "normal"
    ]
    }
    ]
    },
    {
    "camera_index": "53-0-0",
    "available_video_number": 1,
    "coexist_video_number_max": 1,
    "video_list": [
    {
    "video_index": "normal-0",
    "video_type": "normal",
    "switchable_video_types": [
    "normal",
    "wide",
    "zoom",
    "ir"
    ]
    }
    ]
    }
    ]
    }
    ]
    }
    }
    0
    Comment actions Permalink
  • DJI Developer Support
    M30暂不支持三方负载,您可以在官网查看支持的负载设备。 ![](https://djisdksupport.zendesk.com/attachments/token/aZVKLYCgGNOlUYrec1937XRKA/?name=image.png)
    0
    Comment actions Permalink
  • dji_dt

    是否有第三方负载的支持计划

    0
    Comment actions Permalink
  • DJI Developer Support
    有支持第三方负载的计划,具体消息请以官网为准。
    0
    Comment actions Permalink

Please sign in to leave a comment.