ASL Eye Tracker Driver

Patryk Laurent (pakl.net)

Use this driver in case you would like to read information from an ASL Eye Tracker over a serial connection. This is useful for gaze-contingent paradigms.

Notes:

  • To test this out, you can run the EyeTrackerDriver on its own from the command line and it will output gaze coordinates from the eye tracker in real time , e.g.,
    java net.pakl.thesis.drivers.EyeTrackerDriver COM2
Procedure
  1. Download RXTX from here.
  2. Download my ASL Eye Tracker Driver from here.
  3. Compile and run, using java -Djava.library.path=/your/rxtx/jnilib/directory