ESP32-Cam Cheap Heads Up Display or C.H.U.D.
This post is a continuation from an earlier post that introduced the concept of writing pixel data to the ESP32-Cam module frame buffer. The buffer can be streamed or written as an image file to the microSD media. In this post I’ll expand on text and graphics with a HUD styled overlay. I’ll be sticking with saving images sequences and not covering streaming here. The code in this post was generated and refined using OpenAI’s ChatGPT. I won’t provide the…