Learn R Programming

OPI (version 3.0.4)

opiQueryDevice_for_O600: Implementation of opiQueryDevice for the O600 machine.

Description

This is for internal use only. Use opiQueryDevice() with these Arguments and you will get the Value back.

Arguments

Value

Returns a list of 10 items:

* \code{answerButton} 0 = not pressed, 1 = pressed
* \code{headSensor} 0 = no forehead detected, 1 = forehead detected
* \code{eyeLidClosureLeft} 0 = eye is open, 1 = eye is closed
* \code{eyeLidClosureRight} 0 = eye is open, 1 = eye is closed
* \code{fixationLostLeft} 1 = eye pos lost, 0 = eye pos ok
* \code{fixationLostRight} 1 = eye pos lost, 0 = eye pos ok
* \code{pupilPositionXLeft} (in px)
* \code{pupilPositionYLeft} (in px)
* \code{pupilPositionXRight} (in px)
* \code{pupilPositionYRight} (in px)

Details

Prints defined constants in OPI package pertaining to O600.