Python Forum

Full Version: I Require some help for project idea...FaceRecognizer Door actived
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
my question here
Hi everyone, I have a lot question for one project that I want to do, in the last semester a development a face recognizer software using Python and OpenCV library, in this moment I want to improve this project, my idea is to use the function of this project for unlocking a door like a security system.I required some ideas for what is the best way to do this project.

firstly, how can I sent a bits information from Python .py to a circuit, I mean when the system detects the user that they are will be in the database, then I want this system to unlock the door when the user is in the database.

from Python, can I get a signal? Can I send a bit information? or how can I relate my software system with my hardware system?

Thanks.

my code here