Ask Your Question
0

Running eye tracking in the background

asked 2017-11-06 20:26:58 -0600

grace gravatar image

Hi, I'm new to OpenCV and am stuck on doing eye tracking in the background. I have a working activity in the foreground now. Does OpenCV support eye-tracking in the background, like in a service? I tried moving the eye tracking activity to the background of another activity but onCameraFrame is not returning correct data because the activity is finished.

How can I track eye movements in the background while a person performs tasks in another activity (e.g., using specific applications?) I read through several posts on this website but still no luck. Is this achievable with OpenCV?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-11-07 01:53:53 -0600

VxW gravatar image

updated 2017-11-07 01:54:16 -0600

I think it's more a C++ question than an OpenCV one. Have a look on Intel TBB FlowGraph, where you can spwan a graph (image pipeline) with parallel or sequential execution and automatic load balancing.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-11-06 20:26:58 -0600

Seen: 169 times

Last updated: Nov 07 '17