Need help with integration of Arduino with a Face Detection & Recognition program in Matlab

Thread Starter

hzk17

Joined Mar 20, 2013
31
Hello all i have created a program which detects and recognizes the faces of the users it is still buggy, but it partially works it has a database which matches with the users photo pulled from the webcam, now i want to, connect Arduino with this program so when a face is recognized a pulse or data is sent to Arduino and a specific action is performed (i.e a motor will rotate, blink a LED, or unlock a door), how can this be done. Thanks.
 

djsfantasi

Joined Apr 11, 2010
9,163
Another way is to use putvalue in Matlab, to appropriately set a hardware I/O line. Connect this line to an Arduino pin and monitor it for the desired state. The Arduino can be programmed for any action you desire. While I have programmed Arduino, I am less familiar with Matlab and researched using digital I/O.

This uses two wires to communicate a simple state change, with minimal programming.
 

batman007

Joined Dec 1, 2016
2
Hello all i have created a program which detects and recognizes the faces of the users it is still buggy, but it partially works it has a database which matches with the users photo pulled from the webcam, now i want to, connect Arduino with this program so when a face is recognized a pulse or data is sent to Arduino and a specific action is performed (i.e a motor will rotate, blink a LED, or unlock a door), how can this be done. Thanks.
hey man i am working on a similar project . can u please tell me how did you maintain the database to match the photo pulled from webcam.would help a lot.
 
Top