Mobile-SDK-iOS
                                
                                 Mobile-SDK-iOS copied to clipboard
                                
                                    Mobile-SDK-iOS copied to clipboard
                            
                            
                            
                        DJI Mobile SDK for iOS: http://developer.dji.com/mobile-sdk/
I realise it takes time to add a new drone to the SDK - e.g. the Mavic Mini was released on Oct 30th 2019 and received MSDK support in July...
Hey everyone! I'm integrating DJIWaypointV2MissionOperator to an existing app to support the M300 RTK and I'm having trouble. After the mission is started successfully the toStarted listeners are not being...
Hello! When working with DJI SDK and Xcode 13, new warning appeared - `{projectpath}/Build/Products/Debug-iphonesimulator/AUTELWidget.framework/Modules/AUTELWidget.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo' is either malformed or generated by a different Swift version. Note that it uses an unstable...
We have migrated all of our frameworks to Swift Package Manager for Xcode 12, but DJI libraries currently do NOT support Swift Package Manager. When can we expect SPM support?...
I want to detect AR marker using image frame by using videoProcessFrame. So, I want convert CVPixelBuffer to UIImage. However, UIImage that converted from CVPixelBuffer was blurred (See images). How...
Hello, I have noticed some issues with the GoHomeHeight methods with the M300RTK and DJISDK 4.15: 1. `setGoHomeHeight` returns the completion handler twice, rather than once. The go home value...
Hi there. When is sdk support planned for mini 2? A lot of us purchased the drone specifically with the sdk in mind.
We're getting this crash in our app running on DJI SDK 4.15.1. ``` 0 libsystem_kernel.dylib __psynch_cvwait + 8 1 libsystem_pthread.dylib _pthread_cond_wait + 1248 2 libc++.1.dylib std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 3 DJISDK...
Dear DJI, I'm using Apple Silicon M1 and cannot run my app in Simulator, because SDK doesn't support it. tldr; Apple Silicon M1 is same arch64 as iPhone, so current...
Hi,I'm trying to program the M300 with Zenmuse H20 with Waypoint V2 so that it takes photos each 3 seconds between two waypoints.(I'm working on the iOS Mobile SDK version...