Closed PD006 closed 6 years ago
how to capture image in oNGetImageListener when matches any particular gaze angle. please let me know as soon as possible.
OnGetImageListener: line 250 that's where I get the final HeadPoseGaze r = results.get(0); from there it's easy to get Yaw, Pitch and Roll, and you would check for a matching angle and something with the image.
OnGetImageListener: line 250
final HeadPoseGaze r = results.get(0);
how to capture image in oNGetImageListener when matches any particular gaze angle. please let me know as soon as possible.