RosettaDrone / rosettadrone

MAVlink and H.264 Video for DJI drones
BSD 3-Clause "New" or "Revised" License
308 stars 117 forks source link

Image Transmission Signal Weak for Mavic Mini #200

Open kylenietfeld opened 8 months ago

kylenietfeld commented 8 months ago

Describe the bug

Hello. I am using a Mavic Mini and connected to RosettaDrone.

When I connect to the Mini, the desciption in RosettaDrone says "Image Transmission Signal Weak". The phone screen display is working correctly, but when I pull the stream with gstreamer, the stream is all black pixels. Here is my command:

gst-launch-1.0 -v udpsrc port=5600 caps = "application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, payload=(int)96" ! rtph264depay ! decodebin ! videoconvert ! autovideosink

The stream works perfectly using my Mavic 2 Pro with the same setup. Any ideas of how to fix the streaming issue with the Mini?

Steps To Reproduce

No response

Screenshots

No response

Drone Model

Mavic Mini

Smartphone Model

- Model:TCL430M
- Android version: 13

Additional context

No response