1. Hardware device
NEW FlightHub 2 OpenAPI V1.0
  • Root Directory
    • authentication
      • Authentication Tutorial
    • System Service
      • Query FlightHub 2 system status
    • Organize Projects
      • Organize Project Tutorial
      • Get the list of projects under the organization
      • Get the list of devices under the organization
      • Obtain the list of devices under the project
      • Obtain storage upload credentials for the project
      • Add personnel to the project
    • Device Management
      • Device Management Tutorial
      • Device Model Retrieval
      • HMS Information Retrieval
      • Real-time control command distribution
      • Dock camera switch
      • Aircraft Lens Switching
      • Control acquisition
      • Release control
      • Video transmission clarity settings
      • Custom Network RTK Calibration
    • Livestream Management
      • Livestream Management Tutorial
      • Livestream Push
        • Start livestream
      • Bypass Streaming
        • Stream forwarding error code
        • Create Stream Forwarder
        • Enable/Disable stream forwarder
        • Get stream transcoder list
        • Delete stream forwarder
    • Task Management
      • Task Management Tutorial
      • Create Flight Task
      • Updated flight task status
      • Obtain flight task list
      • Obtain media resources generated by the Flight task
      • Obtain Flight task trajectory information
      • Obtain Flight task information
    • Flight Route Management
      • Flight Route Management Tutorial
      • Flight Route Upload Completion Notification
      • Get the list of flight routes under the project
      • Get flight route details
    • Model Management
      • Model Management Tutorial
      • Model reconstruction coordinate system
      • Get the list of models under the project
      • Get Model Details
      • Model reconstruction
    • Annotation Management
      • Annotation Management Tutorial
      • Create map annotation
    • Open modeling
      • Open modeling tutorial
      • Model Reconstruction Error Code
      • Release Notes
      • Algorithm parameter introduction
      • Get resource details
      • Get Details of Models Currently Being Reconstructed
      • Get upload credential
      • Upload callback
      • Delete resource
      • Start reconstruction task
      • Stop reconstruction task
      • Get the Model Details
      • Delete Models
  • Schemas
    • 默认目录
      • 公共结构
    • 硬件设备
    • 实时应用
    • real-time application
    • Root Table of Contents
      • Default Table of Contents
        • Public Structure
      • Hardware device
        • Dock 3
        • Matrice 4D Series
        • Dock 1
        • Matrice 30 Series
        • Dock 2
        • Matrice 3D Series
        • DJI RC Plus 2
        • Mavic 3 Enterprise Series
        • DJI RC Pro Enterprise
        • Matrice 300 RTK
        • Matrice 350 RTK
        • Matrice 4 Series
        • DJI Smart Controller Enterprise
        • DJI RC Plus
      • 实时应用
      • real-time application
        • schema_option_rmtp
        • schema_option_gb28181
        • task_repeat_option_relative_monthly
        • task_repeat_option_absolute_monthly
        • task_repeat_option_weekly
        • task_repeat_option_daily
  1. Hardware device

DJI RC Plus 2

2-174-0

{
    "capacity_percent": 0,
    "dongle_infos": [
        {
            "imei": "string",
            "dongle_type": "old_dongle",
            "eid": "string",
            "esim_activate_state": "not_activated",
            "sim_card_state": "not_inserted",
            "sim_slot": "unknown",
            "esim_infos": [
                {
                    "telecom_operator": "unknown",
                    "enabled": true,
                    "iccid": "string"
                }
            ],
            "sim_info": {
                "telecom_operator": "unknown",
                "sim_type": "unknown",
                "iccid": "string"
            }
        }
    ],
    "firmware_version": "string",
    "height": 0,
    "latitude": -90,
    "live_status": [
        {
            "video_id": "string",
            "video_type": "string",
            "video_quality": "adaptive",
            "status": "not_live_streaming",
            "error_status": 0
        }
    ],
    "live_capacity": {
        "available_video_number": 0,
        "coexist_video_number_max": 0,
        "device_list": [
            {
                "available_video_number": 0,
                "camera_list": [
                    {
                        "availabe_camera_positions": [
                            0
                        ],
                        "available_video_number": 0,
                        "camera_index": "string",
                        "camera_position": 0,
                        "coexist_video_number_max": 0,
                        "video_list": [
                            {
                                "switchable_video_types": [
                                    "string"
                                ],
                                "video_index": "string",
                                "video_type": "string"
                            }
                        ]
                    }
                ],
                "coexist_video_number_max": 0,
                "sn": "string"
            }
        ]
    },
    "longitude": -180,
    "wireless_link": {
        "4g_freq_band": 0,
        "4g_gnd_quality": 0,
        "4g_link_state": "not_connected",
        "4g_quality": 0,
        "4g_uav_quality": 0,
        "dongle_number": 0,
        "link_workmode": "sdr_mode",
        "sdr_link_state": "not_connected",
        "sdr_quality": 0,
        "»sdr_freq_band": 0
    }
}
Built with