| opiQueryDevice_for_ImoVifa {OPI} | R Documentation |
Implementation of opiQueryDevice for the ImoVifa machine.
Description
This is for internal use only. Use opiQueryDevice() after
chooseOPI("ImoVifa") to call this function.
Value
A list containing:
-
errNULLif there was no error, a string message if there is an error. -
rightEyexx co-ordinates of right pupil (pixels from image centre, left < 0) -
rightEyeyy co-ordinates of right pupil (pixels from image centre, up > 0) -
leftEyexx co-ordinates of left pupil (pixels from image centre, left < 0) -
leftEyeyy co-ordinates of left pupil (pixels from image centre, up > 0) -
leftEyedDiameter of left pupil (pixels) -
rightEyedDiameter of right pupil (pixels)
See Also
Examples
chooseOpi("ImoVifa")
opiInitialise(list(port = 50001, ip = "localhost"))
opiSetup(list(eye = "BOTH"))
result <- opiQueryDevice()
[Package OPI version 3.0.2 Index]