Display data on OSD

Hey guys!!!
I am considering an aids to navigation system using ping sonar.
I am looking for a way to display the data OSD to my current Q ground control software.
The data processing is done on a Raspberry pi and I would like to display numbers, graphs, shapes, etc. on the OSD, but I don’t know how.
If anyone knows of sample code or similar topics please let me know.

Hi @FIN_TKG, welcome to the forum :slight_smile:

QGroundControl is not particularly well set up for adding arbitrary visual components that aren’t already built in. I’ve previously discussed adding a sensor reading to the display (from before I was working at Blue Robotics), but that had several steps involved and was just to show a single new number in the existing telemetry widget. Adding custom components like graphs and shapes would likely be much more work, and would need more direct consideration of the QGroundControl development process.

Out of interest, what are you trying to display that isn’t already available through Ping Viewer?