I'm looking to perform real time gaze tracking using the front camera of an android phone. My goal is to track the user's gaze while the user moves his head from left to right and tries to maintain the gaze at a certain object on screen. I found this Source code and implement in my code. but it doesn't track the gaze only track face.
if I should implement algorithms, which algorithms should I look at?