Hi
I’m looking for a simple machine learning template that takes a live camera feed as input and sends the processed output to an LCD display in real-time. Ideally, it should support edge detection, object recognition, or basic neural network inference.
The setup should:
Take input from a camera (USB/Webcam or CSI interface)
Process the data via a lightweight ML model
Send the output to an LCD display
It should be compatible with Raspberry Pi 4/5 Does anyone have an existing implementation or an efficient pipeline for this?
Thanks in advance!