Skip to content
edave edited this page Mar 30, 2012 · 2 revisions

Here's a list of notifications you can subscribe to. Import the file LCGazeFoundation.h into your project to use these keys:

Notifications you can receive

  • kGazeTrackerReady - OpenGazer Cocoa is ready to receive notifications
  • kGazeTrackerTerminating - The OpenGazer Cocoa process is terminating
  • kGazeTrackerCalibrationStarted - The calibration UI has started
  • kGrazeTrackerCalibrationEnded - The calibration process ended
  • kGazeTrackerCalibrationAbort - The calibration process was aborted (by the user, or an error)
  • kGazeTrackerPointBroadcastStart - OpenGazer Cocoa will start sending out notifications with the user's gaze location
  • kGazePointNotification - An update with the location of the user's gaze.
  • kGazeTrackerPointBroadcastEnd - OpenGazer Coca will stop sending out notifications with the user's gaze location
  • kGazeTrackerError - An error has occurred.

Notifications you can send

  • kGazeTrackerTerminateRequest - Request that the OpenGazerCocoa process terminate and exit
  • kGazeTrackerCalibrationRequestStart - Request that OpenGazerCoca open its UI and begin calibrations for tracking the user's gaze
Clone this wiki locally