Is it possible to capture a low-resolution video frame with only a 10 ms delay? I’m thinking about using a camera module designed for the Raspberry Pi (or something similar) to capture the image from the top screen of a Nintendo 3DS with very low latency. Although this idea might be unrealistic since I’m just an amateur coming up with it, my goal is to obtain each frame with roughly a 10 ms delay—that is, to capture 30 frames per second and convert each frame into binary data within 10 ms. Can this be achieved using the C programming language, or would I need to build my own operating system? (I do have a book on creating my own OS, “try kernel,” but I don’t really have the skills to do it.)
Statistics: Posted by diver556 — Sun Feb 09, 2025 5:03 pm — Replies 0 — Views 20