Home › Forums › Community Projects › Streaming & Recording with Tobii Ghost › Reply To: Streaming & Recording with Tobii Ghost
25/05/2016 at 10:47 #5240
Alex [Tobii]
Participant
Hi!
Configuration tool uses shared memory data structure to communicate with the overlay (color, size, shape etc). Source is not available yet, but if you tell more about your application then I will try to help you.
struct gazetrail_settings_t
{
bool offscreen;
float r;
float g;
float b;
float a;
int shape;
float size;
float trail;
float filtering;
};
Shared memory file name is “TobiiGazeNativeSettings”.
https://msdn.microsoft.com/en-us/library/dd267561(v=vs.110).aspx