opiQueryDevice_for_PhoneHMD {OPI}R Documentation

Implementation of opiQueryDevice for the PhoneHMD machine.

Description

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

Value

A list containing:

See Also

opiQueryDevice()

Examples

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


[Package OPI version 3.0.2 Index]