Coder Social home page Coder Social logo

Comments (4)

dji-dev avatar dji-dev commented on July 3, 2024

Hi, thanks for your support! We have deleted the enterNavigationModeWithResult method in SDK v3.0. The SDK 3.0 will do it automatically for you. For more, please check our iOS Sample Code on this Github page. Hope it helps!

from mobile-sdk-ios.

yunsun330 avatar yunsun330 commented on July 3, 2024

Thanks for your answer.

I have another question.
In the past, I could get the Video Signal Quality and RC Signal Quality separately in the following callback

  • (void)imageTransmitter:(DJIImageTransmitter *)transmitter didUpdateRadioSignalQuality:(DJIImageTransmitterRadioSignalQuality)quality
    {
    if (quality.mUpLink) {quality.mPercent // RC Signal}
    else {quality.mPercent // Video Signal}
    }

Now I can get the signal quality in the callback

  • (void)wifiLink:(DJIWiFiLink *_Nonnull)link didUpdatesWiFiSignalQuality:(DJIWiFiSignalQuality)quality
    But now sure whether it's for Video Signal or RC Signal.

from mobile-sdk-ios.

dji-dev avatar dji-dev commented on July 3, 2024

Please check the DJILBAirLink.h file, we provide two new delegate methods as shown below for you to access the RC signal and video signal.

/**
 *  Signal quality and strength information for current downlink channel on each Remote Controller antenna.
 *
 *  @param lbAirLink     LBAirLink Instance.
 *  @param antennas    DJISignalInformation object.
 */
- (void)lbAirLink:(DJILBAirLink *_Nonnull)lbAirLink didUpdateRemoteControllerSignalInformation:(NSArray *_Nonnull)antennas;

/**
 *  Signal quality and strength information for current uplink channel on each air link module antenna.
 *
 *  @param lbAirLink lbAirLink Instance.
 *  @param antennas    DJISignalInformation object.
 */
- (void)lbAirLink:(DJILBAirLink *_Nonnull)lbAirLink didUpdateLBAirLinkModuleSignalInformation:(NSArray *_Nonnull)antennas;

The above wifiLink method is for WiFi devices, like Phantom 3 Standard and OSMO.

Hope it helps!

from mobile-sdk-ios.

yunsun330 avatar yunsun330 commented on July 3, 2024

Thank you

from mobile-sdk-ios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.