QGC stream video android bug

Hey. I am trying to get my navio to stream video from the raspberry pi camera to my android, but nothing that I do works. I followed this tutorial. https://docs.emlid.com/navio2/common/dev/video-streaming/

  • Install QGC on my android
  • Configure ardupilot so that it has the ip adress of my phone
  • Turn on my raspberry pi camera and check to see if it is working by running a python script (it works)
  • Executed that stream command (with the right ip address and port number: 5600)

However, although QGC does show that my drone is indeed connected, I do not get any video. What could I be doing wrong?

Hi @Lucullus,

Sorry it took so long to answer you.

I’ve reproduced your setup, and it works fine on Android. The actions you described are correct. I would also add that before executing the stream command in RPi, it is also required to enable video streaming in QGC on your phone.

You can do that in General settings, Video section. Choose UDP Video Stream with the port 5600.

Let me know if it worked for you.

1 Like

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.