3689624585?profile=original

This blog is a continuation of my previous post.

How to build a High-Definition FPV UAV using a Rasperry PI with HD camera, using a high speed WiFi link

This post will discuss how to use GStreamer and Mission Planner together to display the HD video with a HUD (Head-Up-Display).

Note: I have only tested this feature on Windows so the instructions given here are for Windows only. 

To give proper credit, the HUD created here was borrowed from APM Planner, a Qt-Based app similar to Mission Planner. The HUD part was created from the Qt codebase QML HUD created by Bill Bonney who is on the APM Planner development team. To make the HUD work with the background video, I used a GStreamer library called "QtGStreamer" which integrates GStreamer plugins with painting on a Qt widget.  This library is available on the GStreamer website.

The end-result is dynamically added to Mission Planner using the plug-in architecture. 

In the previous posts I discussed used a Raspberry PI and a High-speed WiFi link using GStreamer on the PI and the ground station PC.  To get the HUD to work, you need to already have a successful link with the video on your ground station. 

Here are the steps to follow to install the plugin:

1) Install Mission Planner.

2) Download and install GStreamer from this link.  Use the x86 version, the x86_64 version will NOT work. (Use the default path 'C:\GStreamer' when installing). When installing GStreamer, select 'Custom' install and select ALL plugins to be installed.

3) Follow the steps in the previous blog noted above to get your video stream working.

4) Download and the MSI installer from this link. and run the installer.

If all went well, you should have the plugin installed.

Open Mission Planner and navigate to the "Flight Data" page and right-click on the map. You should see a menu item called "GStreamer HUD" as shown below:

3689624376?profile=original

Select this menu item and the following screen should appear:

3689624624?profile=original

In the upper-left corner is a context menu. Here is where you enter your GStreamer Pipeline string. If you had the video displaying without the HUD using a valid pipeline, enter it here.

Note: The GStreamer Pipeline string should be exactly the same as the string you used before, but WITHOUT the final video sink element. The video sink is the QtGStreamer element which will be added automatically by the plugin. The GStreamer pipe should therefore be the same, except remove the last element for the video sink.

Here is an example string I used on my setup:

udpsrc port=9000  buffer-size=60000 ! application/x-rtp,encoding-name=H264,payload=96 ! rtph264depay ! h264parse ! queue ! avdec_h264

If all is well, you can connect to your UAV and see the HUD elements moving.  To change the HUD, right click on the display and select which elements you want to display. The default is to display everything shown here. 

If anybody has problems, please post back and I'll update the blog in case I missed something, and you cannot get it to work.

Happy Flying!

E-mail me when people leave their comments –

You need to be a member of diydrones to add comments!

Join diydrones

Comments

  • It works!

  • @Andrew / Steve.   I have uploaded a new version to dropbox with the missing DLLs. Please try again. You may have to uninstall the old one first. Let me know if you still have issues.

  • great, thanks for looking into this!

  • Hello Andrew.  That's a clue. Thanks for checking this.  Those are the Visual C++ 2012 dlls, and apparently on some systems, they are already there. I'll re-build and send another release which includes them.

  • @Patrick, Thanks for posting this.  I have been looking for a tutorial like this for a while.  Like a few others, I'm not getting the GStreamer HUD option when I rt click on flight data map.  I downloaded the dependancy viewer and came up with the following as missing:  MSVCP110.DLL, MSVCR110.DLL, GPSVC.DLL, IESHIMS.DLL

    I didn't get any errors in console when loading mission planner, I am running the same version of mission planner as you and I made sure I didn't download the 64 bit version of gstreamer (gstreamer-1.0-x86-1.4.3.msi).  Thanks for any info you can provide!

  • @Dan,  It's not hard to add new items. Graphical items can take longer, but text elements are easy. The table shown in your garmin example shouldn't be too difficult.  It would be nice to have a specification to work from so I can understand which MavLink items correspond to an element on the HUD.   If you have a personal list feel free to post them. I like to use the 'agile' method and only add things as they get requested by users. That way I avoid doing work on things nobody is going to use.

  • @Patrick - awesome! How hard is it to customize the HUD? I always thought something like the G1000 would be awesome:

    https://www8.garmin.com/HiRes/aviation/g1000/g1000-svt-runway-ident...
  • @Patrick I have same version of MP as you. I am clicking on flight data and no right click option for it. I'll try different computer when I have time

  • @Dan,  glad to hear you got it to work.  I think that message you got was for the firewall. Please let me know if you have any issues, or suggestions. In the next release, I will be adding more stuff to optionally display from the MavLink.  The current list was what I considered 'critical (battery status, flight mode), so if you have specific items you want first, let me know. A few items, like GPS status, arm state, and critical popup messages will be in the next version.

  • Working here Patrick - awesome!

    FWIW, I installed it on a new computer and it wasn't working at first - could get the HUD up and running but never any data. Had to run gst-launch separately and get windows to prompt to allow it to "monitor networks" or something similar. Just a heads up in case anyone else runs into it.

    Can't wait to test it in the air! Thanks again.

    Khai8oi.png

This reply was deleted.