I encounter a problem.
- Code: Select all
gtl::Point2D const & smoothedCoordinates = gaze_data.avg;
return values of x and y coordinates always are -107374176.
Others lefteye, righteye, raw, etc are normal.
How to handle?
The smoothed gaze coordinate value is calculated from center value between lefteye.avg and righteye.avg?
gaze_data.avg=(lefteye.avg+righteye.avg)/2??
Thank you.