1

i want to do a project which uses eye tracking, is it possible to port an open cv code on a microcontroller.

i am new to opencv as well as microcontroller so can any one tell me if it is possible to make a code which works like this vedio.

http://www.youtube.com/watch?feature=endscreen&v=eBtpKAja-m0&NR=1

2 Answers2

2

Q: Can i use an eye detecting opencv code on microcontroller?

A: Yes, you can

Q: Is it possible to port an open cv code on a microcontroller

A: OpenCV is already in the Unix and Android platform. The easiest approach therefore will be to get hold of some embedded device with ARM. There are a lot of help available for the 'OpenCV-ARM' combination.

Beagleboard and RasberryPi are the cheapest embedded ARM devices available for less than $150. Sometimes they come preloaded with Unix boot system and opencv2.0. Thus it would be so easy to run the executable that you created in the computer system.

Be aware of the speed of the processor. If your algorithm is computationally intensive then you wont be quiet satisfied with the output being obtained in the low-end embedded devices.

Anoop K. Prabhu
  • 5,417
  • 2
  • 26
  • 43
0

If some ARM embedded Linux board can fit into your definition of microcontroller, then there is nothing to port. http://www.google.com/search?q=opencv+arm

avra
  • 3,690
  • 19
  • 19