Page 1 of 1

receives frames of tracking data while in the background

PostPosted: 08 Sep 2014, 17:54
by laurent.milon
Hi everyone,
I am developing a console application in C++ which generate a virtual key event depending on GazeData to act on another application which is in the foreground. I would like to know the way to get frame of tracking data (GazeData) when the console window is in the background, and the other application have the focus.
Any help will be appreciated.
Thanks.

Re: receives frames of tracking data while in the background

PostPosted: 08 Sep 2014, 23:59
by greg
It is possible that I don't understand your issue. Your application will continue to receive tracking data as long as you keep the API connection alive. It should not have anything to do with whether your window is in the foreground or even if your app has a window at all.

Re: receives frames of tracking data while in the background

PostPosted: 10 Sep 2014, 17:05
by laurent.milon
Ok. Thanks for the information, that helped me to find the real problem.