Configuration: Runcam WiFi Link OpenIPC camera and Pixel Pilot Android App. Adaptive link installed and turned on. WFB-NG connection.
Issue: Adaptive Link osd message is not visible unless a telemetry link from a flight controller is properly connected and functional. Otherwise the MSPOSD shows red "Waiting for data..." message and does not allow process Adaptive-Link osd info.
How to reproduce:
- Connect a Flight Controller to Runcam WiFi Link camera, run Pixel Pilot Android App and see the adaptive link message from https://github.com/OpenIPC/adaptive-link/blob/3a831a75cb25df403374fa5104ea494c140695da/alink_drone.c#L1419

This is the expected behavior.
- Run the Runcam WiFi Link camera and run Pixel Pilot Android App without a Flight Controller connected. See the red MSPOSD message from
|
sprintf(msgbuff, "&F48 &L23 Waiting for data on %s ...", _port_name); |
This is an issue - MSPOSD osd message blocks Adaptive Link osd message, cannot see Adaptive Link osd message without a running Flight Controller.
Appreciate your help with this issue.
Configuration: Runcam WiFi Link OpenIPC camera and Pixel Pilot Android App. Adaptive link installed and turned on. WFB-NG connection.
Issue: Adaptive Link osd message is not visible unless a telemetry link from a flight controller is properly connected and functional. Otherwise the MSPOSD shows red "Waiting for data..." message and does not allow process Adaptive-Link osd info.
How to reproduce:
This is the expected behavior.
msposd/osd.c
Line 2855 in 060e019
This is an issue - MSPOSD osd message blocks Adaptive Link osd message, cannot see Adaptive Link osd message without a running Flight Controller.
Appreciate your help with this issue.