| opiSetup_for_PicoVR {OPI} | R Documentation |
Implementation of opiSetup for the PicoVR machine.
Description
This is for internal use only. Use opiSetup() after
chooseOPI("PicoVR") to call this function.
Arguments
settings |
A list containing:
|
Details
eye can take on values in the set {"left", "right", "both",
"none"}.
fixShape can take on values in the set {"triangle",
"square", "polygon", "hollow_triangle", "hollow_square",
"hollow_polygon", "cross", "maltese", "circle", "annulus",
"optotype", "text", "model"}.
fixLum can take on values in the range [0.0, 1.0E10].
fixType can take on values in the set {"flat",
"checkerboard", "sine", "squaresine", "g1", "g2", "g3", "text", "image"}.
fixCx can take on values in the range [-90.0, 90.0].
fixCy can take on values in the range [-90.0, 90.0].
Elements in fixCol can take on values in the range [0.0, 1.0].
bgLum can take on values in the range [0.0, 1.0E10].
tracking can take on values in the range [0, 1].
Elements in bgCol can take on values in the range [0.0, 1.0].
fixSx can take on values in the range [0.0, 1.0E10].
fixSy can take on values in the range [0.0, 1.0E10].
fixRotation can take on values in the range [0.0, 360.0].
Value
A list containing:
-
errNULLif there was no error, a string message if there is an error.
See Also
Examples
chooseOpi("PicoVR")
opiInitialise(list(port = 50001, ip = "localhost"))
result <- opiSetup(settings = list(eye = "BOTH"))