DJI-Mobile-SDK-Tutorials / Android-FPVDemo

This demo shows how to create a simple FPV view and how to take photo and record video using DJI Mobile SDK.
MIT License
62 stars 81 forks source link

Demo does not work with local setup of Lightbridge 2 + A3 + X3 #22

Closed varadgunjal closed 6 years ago

varadgunjal commented 6 years ago

Since my Phantom 4 is currently grounded, I tried to test this demo with a local setup of a controller connected via Lightbridge 2 to an A3 controller, with a Zenmuse X3 gimbal camera. The list here - http://developer.dji.com/mobile-sdk/documentation/introduction/product_introduction.html#supported-products - says this setup is supported. I do get a Register Success message. However when I move to the next screen , I only see the 4 buttons and no video feed. Any ideas what could be going wrong? Or should I stick to using this with an able drone only?

screenshot_20171102-015040

oliverou commented 6 years ago

Hi @varadgunjal , currently, the FPVDemo doesn't support LB2+A3+X3, please check the Android SDK Sample instead: https://github.com/dji-sdk/Mobile-SDK-Android/blob/master/Sample%20Code/app/src/main/java/com/dji/sdk/sample/demo/camera/VideoFeederView.java

oliverou commented 6 years ago

Hi @varadgunjal, will close this ticket for now. If you still have problems on the FPVDemo, please feel free to reopen it. Thanks!