• 0 Posts
  • 14 Comments
Joined 2 years ago
cake
Cake day: April 13th, 2024

help-circle













  • Based on the real-time performance goal you have, a shell script calling external programs millions of times will have no chance.

    You can do QR encode/decode of video data in real-time like you want, but it’s going to require (most likely) using a compiled language instead of an interpreted one, and also you’re going to need to buffer the video frames and/or QR codes in memory instead of via files on a (slow) disk.

    The end result should be able to stream data directly from one format to another without creating any intermediate files at all.

    Perhaps you can use some of that information to steer your AI.