Here is a video with my Eye Tracking System running: http://www.youtube.com/watch?v=4xvXlkKfn40 Thanks FriendlyARM, thanks forum's users.
Eye Tracking System - Finished
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
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
Hi azzido, Could you mind exchange our msn or e-mail to share your experience on doing this project? Stanley
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
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.