Eye Tracking System - Finished

azzido
Here is a video with my Eye Tracking System running:

http://www.youtube.com/watch?v=4xvXlkKfn40

Thanks FriendlyARM, thanks forum's users.

Stanley
Very nice! 
I am doing a project like face recognition on friendlyARM board...If you
don't mind, can you explain step-by-step about your project?

Thanks

azzido
Hi Stanley,

In my implementation I used function cvMatchTemplate from OpenCV library.
OpenCV is a free image processing library developed by Intel. My template
size is 20x20 and the search window is 40x40, therefore the computations
time is not so long. In your case, face recognition, need more
computations.

azzido

therock1987
Hi azzido,

Could you mind exchange our msn or e-mail to share your experience on doing
this project?

Stanley

azzido
sure,

I use Y!M : p.nicusor or p.nicusor@yahoo.com

azzido

adam watson
Can I ask Azzido was this on a windows CE or linux mini2440 system?

azzido
Hi adam,

My project runs on Linux SO, version 2.6.32.2 .

regards, 
azzido

Jason
hi azzido,

how do you display the full size screen on your board? how do you configure
like this? did you use any gui for your Eye Tracking System.

regards,
Jason

themadmax
Very great tool. Can explain how do you do this? a tutorial or website will
be very usefull for many people.
Are you using CAM130 or an simple USB webcam ?

Me I'm working on simple detection, with a webcam, libjpeg, and no user
interface, on emdebian system.