Mobile-SDK-Android-V5 icon indicating copy to clipboard operation
Mobile-SDK-Android-V5 copied to clipboard

Questions about WlmLinkQualityLevelInfo

Open chano1025 opened this issue 6 months ago • 1 comments

Hello.

In the mobile sdk documentation, there is no description of WlmLinkQualityLevelInfo except for getOcuSyncLinkQualityLevel and getLteLinkQualityLevel.

But in reality there are several methods like lteGndSingnalBar, lteUavSignalBar. Is there any detailed documentation?

What should I look at to know the LTE connection status of remote controller?

I thought it was lteGndSingnalBar, but even if only the drone is connected to LTE with a dongle and the controller is connected to WIFI, LEVEL_5 appears.

Thank you.

Image

chano1025 avatar May 27 '25 12:05 chano1025

Agent comment from YIGUI LIU in Zendesk ticket #144271:

Dear Developer,

Apologies, there is indeed no documentation providing descriptions for all fields of WlmLinkQualityLevelInfo. Normally, using getOcuSyncLinkQualityLevel and getLteLinkQualityLevel should suffice to obtain the signal quality levels for the OcuSync and LTE links.

If you want to get the LTE signal of the remote controller, you really can only use lteGndSingalBar, while lteUavSingalBar is for the aircraft's LTE signal.

The information provided in the API documentation is incomplete. LTELinkInfo itself has lteGndSingalBar and lteUavSingalBar, but since we haven't conducted systematic testing, they are not included in the documentation. You can consider using them in your project according to their actual usage effects.

Best Regards, DJI Innovations SDK Technical Support Team

°°°

dji-dev avatar May 28 '25 09:05 dji-dev