opiClose_for_PicoVR {OPI}R 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:

See Also

opiClose()

Examples

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


[Package OPI version 3.0.2 Index]