CMU cam and text to speech.
Masterchafed
Posts: 12
Is it possible to use the CMU cam and the text to speech module in unison to add personality to your bot? I wanted to use the CMU cam to track a person, or just find a person if my autonomous rc car were just driving around, and if it encounters someone, I want it to greet them. I know it is more than likely possible, but the main reason i am asking, is because the CMU cam can only identify color blobs, so how would I get it to recognize more advanced features (facial or body)?
Comments
Note: you might have to do a bit of hacking to access the passport RFID embedded info as it might be encoded....
Also, as for the RFID idea, I have one of the Parallax RFID readers and can tell you from experience that the effective range for the chip to the reader is about 8 inches max. So, that sorta rules our being able to recognize at a distance. However, it might be possible to recognise by making a robot with a "hand" with the reader in the palm. Place the round RFID tags in the palm of the person and when they "shake hands" with the robot, it would place the RFID in close enough proximity to the reader to allow successful identification.
In many cases, you might be satisfied with creating the illusion of tracking a face. For example, use a scanning PING)) sensor or a pair of PING)) sensors at 45 degree angles out from the "head" of the robot to "look" for an audience. You could probably repurpose much of this code:
http://forums.parallax.com/showthread.php?p=590119
to find the "center" of the person and have the robot face the person. So, this would make it appear the robot was "seeing" the user. Also, I'll leave you with a bit of advice from one of my favorite authors:
Vern
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
You see, since it will use emic, it will find a person, ask for RFID verification, if they don't have any, it will greet them as a "guest" or anonymous person and continue on its way, if you do have RFID it will gather the data and based on the number it will greet you as whoever the card has been assigned to. Does this sound like a good idea?
by the way, I dont think the arm idea would work for me, all of this is going to be mounted on a rc car. :P
Post Edited (Masterchafed) : 2/8/2007 8:08:04 PM GMT