Closed angel-ayala closed 3 months ago
The video streeaming from RD to QGC has nothing to do with 1) the MAVLINK commands, 2) the video display inside RD. See: https://github.com/RosettaDrone/rosettadrone/issues/175.
Please post atomic issues (only one issue per "issue").
Describe the bug
Hi, I'm trying to use the APK with a new drone, first I was having compilation problems but now is ok. At the beginning the APK crashes when I tap the Drone button, but after change two lines of code I was able to use it, but I still facing some problems.
I'm able to arm the drone and receive video feed on my smartphone, nevertheless, I'm unable to interact through MAVLINK or get video feed over the network. I already set the apk and QGC settings. With QGC I can read some sensor data, but again no luck with video.
On the apk log I get the
Do not transcode video!!!
message. On the logcat from android studio, after open the apk I get some some error log, then when I tap the Drone button I get other error messages.When I start the DroneKit's python script to read the vehicle state, I can see the captured state until the armed info, after that, the script keeps waiting set the home location command, which never happens.
There are some LDM related error, but on the DJI sites appears that is not mandatory, maybe because is a chinese smartphone? I don't know, can you help me?
Steps To Reproduce
case PHANTOM_4_PRO:
in theMainActivity.java
file at line 949, and updated the line 296 ofDroneModel.java
withuseMissionManager = m_model == Model.PHANTOM_4_PRO
.Screenshots
No response
Drone Model
Smartphone Model
Additional context
On start log output:
log after tap Drone