Home › Forums › Software Development › Moved: Cannot get C# samples to compile or run › Reply To: Moved: Cannot get C# samples to compile or run
19/05/2014 at 13:25 #929
Participant
Are there any news about Gaze SDK? At the moment, I get: exception at handle frame Error decoding xds message.
Because, as I understood, Gaze SDK only way to get the position of the right and left eyes separately:
struct tobiigaze_gaze_data
{
uint64_t timestamp;
tobiigaze_tracking_status tracking_status;
struct tobiigaze_gaze_data_eye left;
struct tobiigaze_gaze_data_eye right;
};