For a project, I am trying to make an LCD display a live video from a camera module with facial recognition. The Arduino would store a couple of faces and if it recognizes a face, it displays a box around the face on the LCD. I know facial recognition is possible on its own with Arduino. I want this to work remotely so it doesn't have to stay plugged into a computer. After finding nothing online, I am wondering if this is possible at all? Can anyone help me?
This is way beyond the capability of Arduino , and facial recognition falls into my too hard to do box
You want to look into a Raspberry Pi -- at the minimum -- to do FR.
Would this be possible though in Raspberry Pi?
As a start you could try checking: Add face recognition with Raspberry Pi | Hackspace 38 - Raspberry Pi
The ESP32-CAM can do facial recognition the necessary software is available - not sure if it is pre-installed.
...R
I know facial recognition is possible on its own with Arduino.
Which Arduino? Please post a link to the article.
Check out Open CV. There's a lot of image projects using the Raspberry Pi there.
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.