Coder Social home page Coder Social logo

Comments (4)

alexandrubichis avatar alexandrubichis commented on July 23, 2024

I still have this issue with latest Mobile SDK 3.3. According to their release notes A3 with Lightbridge 2 is listed as supported product. Can anybody help me with this?

from mobile-sdk-ios.

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

Hi, please make sure that you use the latest iOS SDK 3.3 in your project, which you can download from our developer website or from this Github repository. Secondly, if you don't have camera(Like DJI X3/X5/X5R camera) connect with A3+LB2, the camera menu must be not available. If you still cannot solve the issue, could you send us an email to describe your issue with debug logs and details description? Email address: [email protected]. Thanks!

from mobile-sdk-ios.

alexandrubichis avatar alexandrubichis commented on July 23, 2024

First of all I'm using the latest Mobile SDK version. I understand that camera menu is available only for DJI camera's. My problem is that I can't do live video stream with a camera that is not from DJI on ios platform (tested on iOS-FPVDemo project from github with latest sdk). On android the stream is working fine. Please note that my pursue is not to control the camera.

from mobile-sdk-ios.

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

Hi, thanks for your feedbacks. The iOS-FPVDemo only works on DJI Camera, please check the following suggestions to solve your issues:

When connecting with a non-DJI camera, you should use DJILBAirLinkDeletage to get the stream. Please notice that, setting of DJILBAirLink will affect the video stream. If you are connecting the camera with HDMI, please do the following settings:

  1. call setEncodeMode:withCompletion: with DJILBAirLinkEncodeModeDual.
  2. call setDualEncodeModePercent:withCompletion: with 0.5.
  3. call setVideoDataChannel:withCompletion with DJIVideoDataChannelHDMI.

If you are connecting the camera with AV, then 1 and 2 are the same. For 3, you should use DJIVideoDataChannelAV. Between each setting, please wait for 1 second.

Hope this help!

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.