Home Forums Software Development Kiosk application – how to handle eye tracker calibration? Reply To: Kiosk application – how to handle eye tracker calibration?

#650
Carl Thomé
Participant

So now I’m looking at implementing a calibration process with the low-level Gaze SDK and I noticed that there’s no calibration demo for the C# SDK. Does this mean that the C and C# Gaze SDKs are functionally different or is it possible to calibrate an eye tracker with C#?

The application I’m working on is written in C# WPF and I’d prefer to not call unmanaged C code with P/Invoke. What would be the best way to go about doing this?