Individually tracking both eyes
Posted: 23 Sep 2014, 11:36
First of all, great work!
I'm quite new at this, so I apologize if my question is a bit naive or plain dumb.
I'm working on an app that needs to track both eyes independently, for my understanding, this data is found on the FRAME object as the following:
Analyzing this data I noticed sometimes the positions of the eyes differ, sometimes they differ a lot (ie: 100px, around 1 inch or even more).
Shouldn't the eyes, at least on a person with no eye conditions, point at more or less the same position in the screen?
Am I missing something here? Like any other data that may infer on this?
Thank you!
I'm quite new at this, so I apologize if my question is a bit naive or plain dumb.
I'm working on an app that needs to track both eyes independently, for my understanding, this data is found on the FRAME object as the following:
- Code: Select all
frame->lefteye->x
frame->lefteye->y
frame->righteye->x
frame->righteye->y
Analyzing this data I noticed sometimes the positions of the eyes differ, sometimes they differ a lot (ie: 100px, around 1 inch or even more).
Shouldn't the eyes, at least on a person with no eye conditions, point at more or less the same position in the screen?
Am I missing something here? Like any other data that may infer on this?
Thank you!