Face Tracking Turret made with Arduino and Open CV2

preview_player
Показать описание
I will post GitHub link soon leave any questions you have along with project recommendations. Thanks for watching!
Рекомендации по теме
Комментарии
Автор

I love that simple example, it's a great base for other projects

NullNullZero
Автор

thank you so much this is simple but very useful

natthadhamabutra
Автор

Merci pour cet exemple simple qui permet de mieux comprendre.

ICARE-MECATRONIQUE
Автор

You should upload all of those code and 3D model files somewhere for download, this is super cool stuff! I’m looking into doing something similar to this for my senior project at my engineering program, I want to make a self driving turret to attack my classmates 😂

milesbuss
Автор

One question, do you have the tinkercad project? It would be really useful when building it

eliasready
Автор

Super cool and looks relatively simple!! But with my limited knowledge of using arduino, I'm sure I would get hung up if I try to make one. Wanting to build a simple head or eye movement devise to track the face as a person walks by. Not too concerned about jerking motion of servos. I'd like to compose the program and load to the arduino and remove from the laptop. Would use a typical webcam camera instead of laptop camera. Use 5v PS, relays if needed, etc. Is that possible? Your video shows using Nano 3.0 but circuit diagram shows Arduino UNO. Will either work? I made arduino controlled Halloween props last year that worked great, but I still have limited knowledge.

BobDixon-od
Автор

Thanks for the video. how can i access to the serial port in both IDE, python IDE and arduino IDE? because when i open the serial monitor on arduino IDE, i can't open it on pycharm ?

TheSalimkop
Автор

Can anybody shed some light on a persistent problem I encounter? With code attached to this video and all of the similar face tracking videos, as soon as the python detects a face, the servo motors instantly move away from the target. I know how servo motors work and I can see how the code is supposed to work, however, every Arduino code gives the same result, the servo motors rapidly move away from the identified face.

AW-xjun
Автор

File "c:\Users\sibme\OneDrive\Desktop\Face-Tracking-Turret-main\Face-Tracking-Turret-main\Webcam_Python\face_Detection.py", line 1, in <module>
import serial
ModuleNotFoundError: No module named 'serial'
how can i overcome this issue? please help, sir

obaidulkader
Автор

what do u use to run the code on ur laptop?

quindelira
Автор

0:58 - U can C how it's jerking, and that's because of the servos - they've got min 1 degree steps and nothing you can do. maybe only bldc gimbal motors or steppers with microstepping can do it smoother. I'm bashing my head on similar to get my gopro to rotate left/right with the steering wheel of a car, and with servos, even for 50 euros, the image is terrible, jerking like here

utube
Автор

somebody pls help me, all the things work fine the arduino code, the servo all of them, but when i run the python code and as it opens up the VIDEO window it works fine for 7-8 seconds after that it stops responding and when there is no face detected it starts responding again and when face is detected it again starts to stop.




thanks for reading this

TechyBeast
Автор

GREAT WORK! We'd love to offer you some boards if you may need them in the upcoming content. (PCBWay Daisy)

daisywong-kekz
Автор

Do you have the code for this project? I am doing a similar project, but I will need to modify it for stepper motors instead of servos.

Also, is your computer webcam supplying visual data to the device or is it something else?

MrX
Автор

Which feild of engeneering is required to make all thsees devies

rahulsinghmahar
Автор

Does anyone know what is it
And what i should replace "/dev/cu.usbserial-11" with or how to find it?

RobertPacovsky
Автор

arduinoData = serial.Serial('/dev/cu.usbserial-110', 9600)
how should i change the /dev/cu.usbserial-110

henrychen
Автор

I am from india ....it's very sad to no body share full information like code & software, library to make ..face detect turret 😢😢😢😢😢😢😢help me pls... please share full info step by step

Vearflex