- This topic has 2 replies, 2 voices, and was last updated 8 years, 6 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Software Development › Positioning Guide when using Gaze Engine
We are using the Gaze Engine to calibrate the Tobii EyeX because need slower, bigger and higher contrast calibration targets. We are using a modified WpfCalibrationSample.
We then use the calibration obtain in other programs (EyeX Engine turned off). We would like to have a big popup of the pupils in a big rectangle like occurs in WpfCalibrationSample. Is there a way to do this? Seems to be in the code mention of “StartPositioningGuide”, is there a way to use this in other programs?
Hi Exo,
Take a look at the “Positioning guide stage template” in MainWindow.xml of the WpfCalibrationSample.
Thanks for the tip. Looking at the code now in MainWindow.xaml of WpfCalibrationSample. I will start playing with it.