Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 1.43 KB

rifttools.rst

File metadata and controls

63 lines (47 loc) · 1.43 KB

psychopy.tools.rifttools

psychopy.tools.rifttools

Various tools for working with the :py~psychopy.visual.rift.Rift class. The documentation for classes in on this page originate from PsychXR and may make references to functions and objects not included with .

Overview

Classes

These classes are included with PsychXR to use with the LibOVR interface. They can be accessed from this module to avoid needing to explicitly import PsychXR. If PsychXR is not available on the system, these classes will have values None.

LibOVRPose LibOVRPoseState LibOVRHapticsBuffer LibOVRBounds

Functions

These functions can be called without first starting a VR session (initializing a :py~psychopy.visual.rift.Rift instance) to check if the drivers/services are running on this computer or if an HMD is connected.

isHmdConnected isOculusServiceRunning

Details

LibOVRPose

LibOVRPoseState

LibOVRBounds

LibOVRHapticsBuffer

isHmdConnected

isOculusServiceRunning