The advancement and development of high resolution per frame cameras in recent years motivate both engineers and students in the research and creation of applications based on "automated" computer vision algorithms, a frequent task used in the tracking of object movements and position, as well as its own characteristics, such as: object shape, object color, etc.
In this case, the project is based on the tracking and recognition of faces. If it detects a face, it focuses it within a red frame. If it recognizes it in a lower percentage, the focus is within a yellow frame, and if the percentage is high or very high, it focuses it within a green frame.
The functionality of the project, I think, is simple but requires a bit of investigation.
Arduino Micro receives information about the object through a WiFi module, in this case the SparkFun Breakout Board CC3000 from TI. The communication is done through UDP sockets client server: the application in the mobile sends the necessary data (frame size and position for horizontal and vertical servo) to the microcontroller so that this can perform the calculations with the information sent and perform the updates in the servos, in this case only the horizontal.
I hope you enjoy this project and that it serves you a better project or investigative study or whatever you wish.
Old link: https://www.hackster.io/capdeadpool/iot-face-tracking-and-recognition-d66070
links
Comments