Mobile-SDK-iOS
Mobile-SDK-iOS copied to clipboard
DJI Mobile SDK for iOS: http://developer.dji.com/mobile-sdk/
Are there any plans to support DJI FPV drone? Mobile SDK doesn’t seem to support it, and last release date was before DJI FPV was released. I assume this is...
Flight restrictions unable to fly in this area 0×16100091
Dear DJI Team, I try to send Data from my iOS application to a companion computer on a Matrice 300 RTK. For this I’m using the DJI mobile SDK (4.16)...
Hello,I have a problem. I want to start video decoding again when I remove all listener, There is no effect in mini2 but other aircraft could. Remove: DJIVideoPreviewer.instance().unSetView() DJISDKManager.videoFeeder()?.remove(self) DJISDKManager.videoFeeder()?.primaryVideoFeed.removeAllListeners()...
I am getting the gimbal capabilities by inspecting the `capabilities` dictionary, as described [here](https://developer.dji.com/api-reference/ios-api/Components/Gimbal/DJIGimbal.html#djigimbal_gimbalcapabilities_inline). For DJI Mini 2, I noticed that when I get the value for `DJIGimbalParamAdjustYaw`, is returns...
The swift example which is in the repository does not support the camera view for the Mavic Air 2. Is there any plan to support it? Is there a list...
Hi DJI Team, The range of sharpness and contrast for Mavic Air 2S seems to be [0, 2], not [-3, 3]. I call pictureStyleCustomSaturationRange and pictureStyleCustomSharpnessRange, it still returns [-3,...
You have to remove the item CFBundleSupportedPlatdorms iPhoneSimulator from the FFmeg.framework (DJIWidget 1.6.6) for Apple Store uploads. The actual Info.plist file doesn't work. After you have installed DJIWidget with pod...
As you know me I don't update issues but always solutions The Mini 2 needs some modification in the swift SDK 4.16 version to show the video feed: add this...
I'm trying to get waypoint missions to work with the Air 2s. So far I have gotten video to work with the new SDK version (4.16) but as soon as...