
dib
USA
Asked
— Edited

Face Recognition:
Is anyone else using object recognition for faces? I would like a way to identify an individual face using OR and have my robot speak the name of the person. I've seen it mentioned, but there is no real tutorial on it. EZ-Face won't work for my project because I am using the EZ camera.
Programming Custom Haar:
I've looked at the documentation, and I can't find any way to programmatically check the 'custom haar' box in face tracking. I am using the opencv haar cascades and would like to give the voice command to start face tracking with haar, without having to manually check the 'custom haar' box. I'd like to do the same thing with the multi-color check box.
Really appreciate the help.
Look through the camera list in the cheat sheet
I did and it's not in there... That's why I took a picture so you could see that it isn't there...
By the way, I just wanted to say, that what you've done here, is a dream come true. Thank you so much for making this happen, I've been pulling my hair out with Raspberry Pi, and Arduino for years. When I found this site, I just about flipped out. The EZB V4 is a miracle. You are a real master of the art.
No need to create a new thread - i'm looking into this for you and will get back to you in this thread
Thanks again for the kind words!
Latest update renames the ControlCommand to be easily identified for HAAR tracking.
Make sure you read the disclaimer in the camera device manual page because HAAR is super cpu intensive and not recommended.
You're much better off using object tracking. Train multiple objects and recognize which object was detected by the variable. All camera control variables are viewable in the camera control settings menu. That's by pressing the gear on teh camera control to view the settings. OR by simply adding the variable watcher and see what variables exist during your program.
Great, thanks for fixing the issue so quickly. I need haar for an experiment I'm doing with Tensorflow.