Click here to Skip to main content
15,867,594 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Dear All Please help to find out if it is possible to write a simple code for eye tracking which must work on Atmel32 microcontroller? Because all codes which I found is bigger than microcontroller memory.
Thank you,
regards,
Kanan
Posted
Comments
Sergey Alexandrovich Kryukov 13-Jan-13 20:31pm    
Simple? I don't think so...
—SA

1 solution

This is not a simple problem to solve. Eye tracking software is very complex and requires processing images - you need to use an imaging device/camera to view the eye(s) and process these with a considerable amount of memory and processing power.

I don't know the microcontroller in question but if it has 'small' memory and/or CPU capacity, the problem may not be solvable with that hardware.
 
Share this answer
 
Comments
Kanan13 14-Jan-13 0:25am    
Hello H.Brydon and thank you for support. I understand problem but I think there is possibility to find some other ways to solve a problem. I have checked some posts here and found this: http://www.codeproject.com/Articles/8374/Tracking-an-object-from-a-live-video-input
I am not sure if this code can be used but at least we can think different.
I am thinking to use Atmega32 microcontroller.
Thank you,
regards,
Kanan

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900