I want to do basic eye tracking in android using the OpenCV api. I found that there are apparently two ways to use opencv in Andriod, either using their C ++ shell or using the JavaCV api. I want to do this too, but I'm looking for some idea or code sample regarding how I will track the main eye movements using any platform. I'm leaning towards the JavaCV api because it looks easier to use, but I can really use some kind of tutorial on the basics of using it with Android.
source share