-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add telemetry overlay to saved video #7286
Comments
FWIW I love the idea. @dogmaphobic ? |
We've had this conversation in the past. I had done some research. I even still have the code. Adding it is quite simple. The issue was that you have no control over the layout of the text. The protocol is meant for subtitles, which means sentences at the bottom of the screen. It works for a few bits of data but nothing like the image above. |
@dogmaphobic we did some study around the available formats, SSA allows control of the text position and layout. |
Ha! I have the code that loads the telemetry logs and parses each message. From there, you pick whatever you want and write it out to the subtitle file along with the time stamp. Let me see if I can find it and I can start the PR. You can pick it up from there. |
Would be nice if this could be done in combination with a rework of the Values Widget UI. Why not make it work for both somehow? |
What else would you be interested in addressing regarding the values widget @DonLakeFlyer? |
Ping @DonLakeFlyer for details relating to reworking the values widget as we go at this. |
Basically make this setup be a replacement for the values widget. Always have the values show up directly on the screen whether it be video or map. |
@DonLakeFlyer I think the function and implementation of the qml widgets vs the subtitle file may actually need to be quite separate. I'm wondering if your underlying interest is in making making the values widgets less obstructive than they are today, or something else. Is there an open issue regarding this? |
The point is to get rid of the values widget and instead allow the user to put the values overlayed directly on the screen. Whether that be map or video. Would need to be thought throug from a real estate standpoint though since the value page thing would still be there. |
Ok Don, I think that patch will be independent of this work, but may be done in conjunction. Update: @Williangalvani is closing in on a working branch for the feature described here: |
Hi, |
Hello, |
This is one of the most highly requested features of sub users. The idea is to have telemetry such as depth, location, time etc overlaid on the video file in order to produce and maintain better records and deliverables. The common standard in the industry is simple text overlay like this:
There are subtitle formats (ssa) that allow positioning and formatting of the text. Media players such as VLC have support for rendering these subtitle files. QGC could produce these subtitle files with the telemetry data synchronized to the video. In order to keep it simple, we recommend limiting the available telemetry overlay to a set of <=20 or so common values like gps coordinates, altitude, temperature etc. One thought was to just use the available 'vehicle values widget' (pictured below) and add a column like 'export' to choose to add a value to the subtitle file. We would like to force the text placement also, for example a title and date at the top right, and all telemetry values in the bottom left (no user configuration).
We have considered several other approaches, but we favored the subtitle file for these reasons:
If you guys approve of the approach, @patrickelectric @Williangalvani and I can do the work to make it happen.
The text was updated successfully, but these errors were encountered: