Camera Code Generator
Live camera prototype — frame analysis and code output.
A Flutter research build that opens the device camera, processes preview frames, and displays a generated code string (for example ---------- until a pattern is detected). Built to explore camera plugins and real-time image pipelines on iOS and Android.
Features
- Camera preview Initializes the rear camera at medium resolution for stable performance.
- Frame processing Streams image buffers and updates the on-screen code as frames are analyzed.
- Mobile only Requires a physical device with a camera — not a browser game.