Ask Your Question

sirj's profile - activity

2020-10-27 09:41:30 -0600 received badge  Popular Question (source)
2016-06-08 16:22:22 -0600 commented answer using a raspberry pi and opencv to control a servo motor

ok...just in case you are able to figure out how to solve my problem, you please let me know.

2016-06-07 15:50:18 -0600 commented answer using a raspberry pi and opencv to control a servo motor

thanks jmbapps...I'm using a raspberry pi microcomputer. I will connect the DC motor to the GPIO output pin, then program that port to send a low signal to the DC motor to activate it. But then, I want the openCV to perform a face scan. If the face is recognized, that is the only time the low signal is sent to the DC motor, else if the face is not recognized, something else should happen; send a mail and then a signal to activate the buzzer.

2016-06-06 15:48:07 -0600 answered a question using a raspberry pi and opencv to control a servo motor

ok let me put the question this way....does anyone have a full code for the face recognition using the open CV, with all the procedures well defined. thanks

2016-06-06 15:45:20 -0600 commented answer using a raspberry pi and opencv to control a servo motor

thanks jmbapps...whats the motor controller supposed to do...can't a simple DC motor do the job?

2016-06-04 23:05:39 -0600 answered a question using a raspberry pi and opencv to control a servo motor

yes sir...I know open cv cannot communicate to a servo motor, but needed help on how to edit the code such that, after the face has been recognized, the pi should send a signal to the servo motor

2016-01-20 07:09:08 -0600 asked a question using a raspberry pi and opencv to control a servo motor

Hi everyone, I would like to use openCV with a raspberry pi to start a servo motor. The camera on the raspberry pi takes a picture of the person, the openCV scans it, verifies with pictures stored somewhere in a folder if the taken picture is same with any of the pictures in the folder. If the image of the person is one among the pictures in the folder, the raspberry pi sends a signal which starts the servo motor, else it sends say an sms to a phone number. I will so much appreciate a correct response from you. Thank you.