712 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
43
views
DJI PSDK Unable to compile in uVision5
I am writing some minimal code for flight control subscription with DJI's Payload SDK for my Matrice 400. I am programming the GigaDevice MCU GD32F527ZMT7 on the E-port development board directly with ...
1
vote
1
answer
177
views
DJI Thermal SDK — Is it possible to extract radiometric thermal data from _T.MP4 videos recorded by DJI drones like the M30T?
I’m working on a project that analyzes thermal imagery captured by a DJI M30T drone. My current pipeline works perfectly for _T.JPG images: they contain embedded radiometric data, and I’m using the ...
3
votes
0
answers
177
views
How can I decode the raw metadata tracks that are included in the MP4 video files produced by DJI cameras like the OSMO Action cameras? [closed]
Using an OSMO Action 5 Pro camera as example. ffprobe or mediainfo show there are 3 additional tracks/streams included in MP4 files produced by this camera (example output below). I can extract these ...
0
votes
0
answers
29
views
build target failed - DJI OSDK ROS Compiling error - catkin_make not working
I am using DJI OSDK 4.1.0 and DJI OSDK ROS 4.1.0 as well, but when after installing DJI OSDK, when I compile the DJI OSDK ROS in separate workspace, it gives me error:
[ 76%] Generating Python code ...
0
votes
1
answer
99
views
DJI Payload-SDK Control yaw independently while in a Waypoint Mission
We are supplying a mission via the DJI Pilot 2 App and require the drone to be facing into the wind, or more accurately have a minimal roll component. To do this we want to yaw the aircraft to cancel ...
2
votes
1
answer
416
views
Measure temperature of raw image in DJI SDK
I'm learning how to use the DJI SDK in Python scripts to analyse the content of thermographies (radiometric JPGs, R-JPG).
According to the docs, calling the SKD with the "measure" option ...
0
votes
2
answers
2k
views
SecurityException One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified
I have been trying to solve this error came from Google Play Pre-launch report for a while. I am using DJI SDK for my app and looks like the error comes from it. I got this error after I set my ...
1
vote
0
answers
115
views
My DJI drone simulator can't switch into 'GUIDED' mode
I am running a simulator for my DJI drone so I can learn to use the drone before flying it in person. However, whenever I initialize the code the drone fails to enter GUIDED mode. This is my code:
...
0
votes
1
answer
125
views
Using py4j register for DJI android sdk
Ok, so this is rather complicated. I am trying to integrate YOLOv8(and potentially more machine learning stuff) on my DJI drone. my drone only supports DJI android msdk and yet I am more familiar and ...
1
vote
0
answers
76
views
How to ignore "multiple substitutions specified in non-positional format" error in Android?
I'm trying to integrate DJI Mobile SDK v5 on my Android project. I follwed the instruction from here text
While compiling I'm getiing the following error from value.xml files,
dji-sdk-v5-aircraft-5.8....
-1
votes
1
answer
426
views
DJI cloud API Docker set up issue
I am following cloud api tutorial on dji docker, but getting this error
I have tried looking over the docker and the nginix image is there. What should I do to solve this issue and the load command ...
1
vote
1
answer
294
views
Robot that moves with putting in X,Y coordinates of a U shaped field
So i just started a project for an employer. One of the things they want is a robot that runs on Python and can be controlled from anywhere with a internet connection and a laptop. They hired another ...
0
votes
1
answer
581
views
Connecting to a DJI drone using MQTT
Part of the open source project that connects to a drone for flight planning and taking images connects to a drone using the mosquitto library using js. They tested their app using a DJI Phantom 4 Pro ...
0
votes
1
answer
78
views
Can't find files with a .txt extension with logs in FlightRecords (using DJI MSDK)
Can't find files with a .txt extension in FlightRecords. I use my own app to record flights and DJI MSDK.
I work on the Android App that uses DJI Mobile SDK. I came across an issue that I can't find ...
0
votes
0
answers
248
views
Not able to get live streaming from DJI Tello on ubuntu 22
I am trying to do live video streaming using DJI Tello drone, initially i was able to run same code on windows machine but when i tried on Ubuntu 22 i am not able to get any opencv popup for live ...