I’m excited to share with you a project I’ve been working on for the past 6 months. It’s a program that uses Python and Lua to screenshot my PC, divide the pixel colors, and render them into frames at 50fps. The output is displayed on a 125p display.
I’m still working on using a localhost exposer to maybe make it work in-game, but I’m happy with the progress so far. I’d love to get your feedback on it.
You use ffmpeg and pipe images at 5fps, use nodeJS JIMP to read each pixel from the image, convert it into a string and use HTTPService to read it on roblox.