Using data from gaze tracking glasses in Processing

I'm a complete newbie to processing so please forgive me if I'm missing something really obvious here.

I have a set of gaze tracking glasses which using an SDK in C++. It gives x and y data to where you are looking. I'm wondering how I could use that data to navigate a computer screen. Basic controls like zooming or scrolling and how to integrate the C++ programme into processing

Tagged:

Answers

  • You need to do a JNI or JNA wrapper around your native library. Not something for the Java beginner, I fear...

Sign In or Register to comment.