opiClose_for_PicoVR: Implementation of opiClose for the PicoVR machine.

View source: R/PicoVR.r

opiClose_for_PicoVRR Documentation

Implementation of opiClose for the PicoVR machine.

Description

This is for internal use only. Use opiClose() after chooseOPI("PicoVR") to call this function.

Value

A list containing:

  • err NULL if there was no error, a string message if there is an error.

See Also

opiClose()

Examples

## Not run: 
chooseOpi("PicoVR")
opiInitialise(list(port = 50001, ip = "localhost"))
opiSetup(list(eye = "BOTH"))
result <- opiClose()

## End(Not run)


OPI documentation built on April 12, 2025, 1:24 a.m.