opiQueryDevice_for_PhoneHMD: Implementation of opiQueryDevice for the PhoneHMD machine.

View source: R/PhoneHMD.r

opiQueryDevice_for_PhoneHMDR 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:

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

See Also

opiQueryDevice()

Examples

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

## End(Not run)


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