Items with no label
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
3338 Discussions

QueryGaze method always returns null?

MKrop1
Beginner
1,227 Views

Hello,

I am currently writing an Unity application which should be extended with gazetracking. I downloaded the Unity toolkit and tried to get gaze data but the QueryGaze method always returns null. In the start method I enable gazetracking in the face configuration file, which should enable gazetracking, but QueryGaze still Returns null. Any idea why this is the case? I am using the Lenovo Ideadcentre AIO 700 with the F200 camera.

Kind Regards

Michael

public class GazeTrackingTest : MonoBehaviour

{

 

private PXCMFaceConfiguration _faceConf;

private PXCMFaceModule _faceMod;

private PXCMFaceData _faceData;

private PXCMFaceData.Face _faceDataFace;

private PXCMFaceData.GazeData _faceDataGaze;

 

// Use this for initialization

void Start ()

{

SenseToolkitManager.Instance.SetSenseOption(SenseOption.SenseOptionID.Face);

SenseToolkitManager.<span style="color: # 333333; font-family: Consol...

0 Kudos
1 Reply
idata
Employee
367 Views

Hi Michael,

 

 

Thank you for reaching out.

 

 

I think that some functions of Gaze Tracking aren't working properly and this is because the https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/index.html?doc_devguide_introduction.html Intel® RealSense™ SDK 2016 Documentation refers this feature as a preview.

 

 

Regards,

 

-Leonardo
0 Kudos
Reply