Python Forum
I Require some help for project idea...FaceRecognizer Door actived - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: I Require some help for project idea...FaceRecognizer Door actived (/thread-4464.html)



I Require some help for project idea...FaceRecognizer Door actived - JavierGTZ - Aug-18-2017

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