|
OSVR_ReturnCode | osvrDeviceEyeTrackerConfigure (OSVR_DeviceInitOptions opts, OSVR_EyeTrackerDeviceInterface *iface, OSVR_ChannelCount numSensors) |
| Specify that your device will implement the Eye Tracker interface. More...
|
|
OSVR_ReturnCode | osvrDeviceEyeTrackerReport2DGaze (OSVR_EyeTrackerDeviceInterface iface, OSVR_EyeGazePosition2DState gazePosition, OSVR_ChannelCount sensor, OSVR_TimeValue const *timestamp) |
| Report gaze position 2D for a sensor (eye) - each component normalized from 0 to 1, lower-left corner of the screen is (0, 0) with the screen extending along the positive axes. More...
|
|
OSVR_ReturnCode | osvrDeviceEyeTrackerReport3DGaze (OSVR_EyeTrackerDeviceInterface iface, OSVR_EyeGazeDirectionState gazeDirection, OSVR_EyeGazeBasePoint3DState gazeBasePoint, OSVR_ChannelCount sensor, OSVR_TimeValue const *timestamp) |
| Report 3D gaze ray for an eye. More...
|
|
OSVR_ReturnCode | osvrDeviceEyeTrackerReport3DGazeDirection (OSVR_EyeTrackerDeviceInterface iface, OSVR_EyeGazeDirectionState gazeDirection, OSVR_ChannelCount sensor, OSVR_TimeValue const *timestamp) |
| 3D gaze direction for an eye More...
|
|
OSVR_ReturnCode | osvrDeviceEyeTrackerReportGaze (OSVR_EyeTrackerDeviceInterface iface, OSVR_EyeGazePosition2DState gazePosition, OSVR_EyeGazeDirectionState gazeDirection, OSVR_EyeGazeBasePoint3DState gazeBasePoint, OSVR_ChannelCount sensor, OSVR_TimeValue const *timestamp) |
| Report both 2D and 3D gaze for an eye. More...
|
|
OSVR_ReturnCode | osvrDeviceEyeTrackerReportBlink (OSVR_EyeTrackerDeviceInterface iface, OSVR_EyeTrackerBlinkState blink, OSVR_ChannelCount sensor, OSVR_TimeValue const *timestamp) |
| Report the blink state. More...
|
|
Header.
- Date
- 2015
- Author
- Sensics, Inc. http://sensics.com/osvr
Definition in file EyeTrackerInterfaceC.h.