Skip to content
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

Lua controled video overlay #28

Closed
krzysztofkuczek opened this issue Jul 21, 2022 · 2 comments
Closed

Lua controled video overlay #28

krzysztofkuczek opened this issue Jul 21, 2022 · 2 comments

Comments

@krzysztofkuczek
Copy link

Hi,
Do you think that it's possible to implement lua scripting to draw on a video overlay ?
There would be great to simply load lua script to sd card, which would utilize telemetry data and draw whatever we want, let say virtual obstacle, augmented reality things, etc...
Kris

@j005u
Copy link
Contributor

j005u commented Sep 10, 2022

Sorry for taking a while to respond.

Possible yes, and we've had something like this on our mind for a while. It's not very easy to do well though, at a high update rate.

msp-osd is a good starting point for anyone looking at how to deal with the framebuffer. Lua itself should be fairly easily to integrate, the sticky part is the drawing library.

@j005u
Copy link
Contributor

j005u commented Apr 28, 2023

Closing this issue here as there is now work in progress at https://github.com/fpv-wtf/lua-sandbox

@j005u j005u closed this as completed Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants