Overlay FlySight Data on Video
I'm working on some code to make plots out of FlySight data and overlay them on GoPro video. The results look pretty good so far: https://www.youtube.com/watch?v=kEUxoeosss8
The resolution on YouTube isn't really good enough to see the rotating plot in the corner clearly, but it's the same as the full-screen plot. Does anyone have any suggestions for other types of data I could include in the overlay? Since I'm writing the code myself, I can do almost anything.
I wrote it in Python, which is unfortunately not very portable. It's also pretty slow. It took my computer 9 hours to make this three-minutes video. I'm going to try to speed it up and if there's interest, I might also eventually try to re-code it in something more portable and make it into an open source project that everyone can work on. Maybe set up a repository on GitHub.