receives frames of tracking data while in the background

Forum for development in the C++ programming language.

receives frames of tracking data while in the background

Postby laurent.milon » 08 Sep 2014, 17:54

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.
laurent.milon
 
Posts: 3
Joined: 18 Jun 2014, 10:22

Re: receives frames of tracking data while in the background

Postby greg » 08 Sep 2014, 23:59

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.
greg
 
Posts: 19
Joined: 19 Mar 2014, 21:05

Re: receives frames of tracking data while in the background

Postby laurent.milon » 10 Sep 2014, 17:05

Ok. Thanks for the information, that helped me to find the real problem.
laurent.milon
 
Posts: 3
Joined: 18 Jun 2014, 10:22


Return to C++



cron