DJI-Mobile-SDK-Tutorials / iOS-FPVDemo

A demo to introduce how to implement the FPV view, take photo and record video using DJI Mobile SDK.
MIT License
37 stars 22 forks source link

DJI Osmo mobile issue #10

Open mmdumi opened 7 years ago

mmdumi commented 7 years ago

Hi, I'm trying to run this demo to connect to my dji osmo mobile. I would like to be able to control the gimbal. Running the demo on an iPhone 6s with latest iOS 10 version.

I'm not sure if this is the issue or not but I'm seeing Couldn't find the "com.apple.private.externalaccessory.showallaccessories" entitlement in logs. I've tried to enable in configuration "Wireless accessory configuration" and "Data protection" but the issue still persists.

oliverou commented 7 years ago

Hi @mmdumi, the FPVDemo doesn't support DJI Osmo Mobile yet, please check the DJI Mobile SDK Sample Code: https://github.com/dji-sdk/Mobile-SDK-iOS/tree/master/Sample%20Code to learn how to connect to DJI Osmo Mobile using DJI Mobile SDK.

For the Couldn't find the "com.apple.private.externalaccessory.showallaccessories" entitlement logs, it's the new privacy settings in iOS 10, it should not affect your development.