opiQueryDevice_for_PicoVR | R Documentation |
This is for internal use only. Use opiQueryDevice()
after
chooseOPI("PicoVR")
to call this function.
A list containing:
err
NULL
if there was no error, a string message if there is an error.
opiQueryDevice()
## Not run:
chooseOpi("PicoVR")
opiInitialise(list(port = 50001, ip = "localhost"))
opiSetup(list(eye = "BOTH"))
result <- opiQueryDevice()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.