cuda on human interface devices cuda on hid

now i’m trying programming a hid device (Playstation move)
source code: (Google Code Archive - Long-term storage for Google Code Project Hosting.)
already have a program for use “psmove” like a pointing device(mouse)

but the program works like this:

i use a playstation eye camera
and camera track the ball light(psmove)
and track the position of ball light
but is a intensive task

can i use cuda for this
(Program is in c/c++)

now i’m trying programming a hid device (Playstation move)
source code: (http://code.google.com/p/moveonpc/)
already have a program for use “psmove” like a pointing device(mouse)

but the program works like this:

i use a playstation eye camera
and camera track the ball light(psmove)
and track the position of ball light
but is a intensive task

can i use cuda for this
(Program is in c/c++)

This is typically the kind of real-world problem where GPGPU and CUDA offers breakthrough performances! :)