Questions tagged [dji-sdk]

Questions on communicating with / controlling DJI drones. Any Issues related to DJI's Mobile SDK, Windows SDK, Onboard SDK, UX SDK and Payload SDK.

Questions in this tag should relate to controlling DJI devices using of DJI's SDKs (UXSDK, MobileSDK, WindowsSDK, OnboardSDK, PayloadSDK). Find out more at https://developer.dji.com/.

708 questions
3
votes
0 answers

Emulating BLE Services (BLE Sniffer)

Long Description: I have a DJI Osmo Mobile 3 gimbal with Bluetooth 5.0, which supports ActiveTrack 3.0 technology. It connects to your phone via Bluetooth and using the DJI Mimo app you can select an object and track it. I want to implement this…
3
votes
1 answer

Remove [h264 @ xxx] error cosole output while using cv2

I'm using the djitellopy module (running on Win10/Python3.6) to connect to my Ryze TELLO-drone. That module uses cv2, the drone provides the current the videostream in h264 codec. While running my script (based on the docs), not all pictures are…
gerhard
  • 31
  • 6
3
votes
2 answers

Getting LiveStreamManager error -3 in DJI Mobile SDK when trying to stream to custom RTMP?

I'm trying to implement a app that sends live video from drone to my custom rtmp server. When I use de LiveStreamManager from DJI Mobile SDK it gives me error code -3, and the stream do not start. How can I use this API? My app registers…
3
votes
2 answers

SDK DJI download photo in swift

I am simply attempting to download the latest access the feed from my DJI drone and convert the feed into a UIImage. The easiest way i thought this could be done is take a photo, then promptly afterwards download the latest photo from the storage. I…
Sam
  • 145
  • 1
  • 15
3
votes
2 answers

How to avoid obstacles in missions?

i am currently testing the missions part of the sdk (with pc simulator) and when i am running missions it seems to be going straightforward ignoring obstacles (the obstacle is coming from the real camera of the drone). I've also turned on 2…
Fima Taf
  • 929
  • 9
  • 22
3
votes
4 answers

Error on app compilation using new DJI-UXSDK-iOS 4.7, FFmpeg library not found

I just uploaded the DJI-UXSDK-iOS to the newest version (4.7) on my project and I got a compilation error: dyld: Library not loaded: @rpath/FFmpeg.framework/FFmpeg Referenced from:…
Nacho
  • 163
  • 1
  • 9
3
votes
1 answer

DJI Spark: missing support for FlightController.setMaxFlightHeight() FlightController.setMaxFlightRadius()

According to DJI Mobile SDK Documentation one can set the maximum allowed flight height and flight radius for waypoint missions…
3
votes
1 answer

App crashes on Launch when made as system application

I developed an application that uses DJI SDK. When installed as an system application it crashes on Launch because its not able to load the libraries. It works fine when installed as normal application. Steps followed to make system…
3
votes
2 answers

DJI iOS SDK (Swift) - App cannot connect to aircraft when iPhone is connected to the Mavic remote controller via USB

I have made the simplest app possible to connect to a Mavic Pro (basically the Swift version of this code (which comes from the Aircraft Binding and Activation demo on DJI's website. My setup is as follows: iPhone running the App is connected via…
3
votes
1 answer

Need ability to get extra attributes for DJIMediaFile: QuickShot type(if taken video with it), timelapse series, AEB series

Hi DJI SDK developer team. My team and I requested a few times such needed information. Please help us and include following meta to next SDK builds: We need to know series of shots for Timelapse shooting, AEB shooting. So in our grid of taken…
kibermaks
  • 428
  • 3
  • 10
3
votes
2 answers

Mavic Pro - Microsoft Build 2018 Windows SDK

I am looking for some purchasing assistance. I have tried registering on the DJI Forums as well as the DEV forums but I cannot seem to post anything anywhere. I have emailed DJI but I have not yet received any response from them. I recently watched…
Joachim Prinsloo
  • 618
  • 3
  • 12
  • 31
3
votes
2 answers

DJI Virtual Stick Controls are not properly applied

I am building a drone application that will send flight commands for indoor flight. I am implementing DJI Mobile SDK's Virtual Sticks that are described here. After experimenting with DJI's Simulator Tutorial found here, I implemented a…
TEK292
  • 261
  • 1
  • 13
3
votes
2 answers

Android DJI-Mobile-SDK is hogging CPU

I am using the DJI OSMO+ gimbal for developing an Android Camera application and I noticed that there is a huge difference in CPU usage when using the official DJI Go app (CPU Usage ~10% to 15%) from the Android PlayStore vs. DJI FPV Demo app (CPU…
3
votes
1 answer

Which Function is used for Get the exact location of GPS Coordinates of DJI Drone for iOS

I want the GPS Coordinates of a DJI Drone in iOS. I need the method or property to get GPS location when Takeoff.
suneel
  • 57
  • 8
3
votes
2 answers

dji error : Execution could not be executed

I have been struggling quiet sometime to be able to understand why I am receiving the error "The execution could not be executed" by the mission manager when trying to create a waypoint mission. I have attached the workflow I am working with, I…
1
2
3
47 48