вопрос: Есть ли у вас какой-либо аппаратный или программный модуль, реализующий функцию OSD? I need video and telemetry to be transmitted in the same UDP packets with high synchronization.
А: Our system supports UDP transmission and can transmit video and telemetry data simultaneously. Однако, they are sent in separate UDP packets. If you require video and telemetry within a single stream, OSD should be overlaid at the front end (например, in the camera, gimbal, or encoder) before the data enters the wireless link.
вопрос: Can video and telemetry really be packed into one single UDP packet? This is critical for my application.
А: Нет. The video and telemetry are transmitted in separate UDP packets.
вопрос: I need low frequencies, different channels for TX and RX, and RJ45 input for my digital cameras (they don’t support HDMI, only Ethernet). Can you support this?
А: Да. Video input is via the Ethernet port, and telemetry input is via the data port. These are transmitted as separate UDP packets. If you need video and telemetry combined into one stream, you must overlay telemetry onto the video at the front end using OSD. Most IPCs, payload pods, or even analog systems support this feature.
вопрос: Does the 1886 module pack each video frame together with telemetry data into a single UDP packet?
А: The 1886 module functions as a wireless link for transparent transmission. It transmits the data you provide (видео или телеметрия) without modification. In some configurations, telemetry can be converted into network port data and transmitted alongside video data, but integration into the same UDP packet must be handled at the front end before entering the module.
вопрос: I want to transmit telemetry from the flight controller (Mavlink 2 протокол) and a video stream from the camera (РТСП), pack them into one UDP packet, and send them to the ground with precise frame synchronization. Can your module do this?
А: The 1886 module supports transparent transmission of both Mavlink telemetry and RTSP video via UDP. Однако, video and telemetry are inherently different in size and frequency, making precise synchronization within the same UDP packet very difficult. The air unit accepts both video and telemetry inputs and the ground unit outputs them separately. If you require strict synchronization, telemetry should be overlaid onto the video at the front end before transmission.
вопрос: Can video and telemetry be transmitted in exactly the same UDP packet?
А: Нет. The module transmits whichever packet (видео или телеметрия) arrives first. Both types of data are queued for transmission, and whichever arrives earlier is sent immediately. The delay between video and telemetry packets is very small (only a few milliseconds), but they are not merged into one packet.
So vcan1886 supports UDP transparent transmission of different package on unequal uplink and downlink frequencies.

Задать вопрос
Спасибо за ответ. ✨