Fove SDK  v0.16.1
Classes | Namespaces | Variables
headset.py File Reference

This file implements the fove.headset module. More...

Classes

class  fove.headset.ClientCapabilities
 List of capabilities usable by clients. More...
 
class  fove.headset.Compositor
 Class that manages accesses to the compositor. More...
 
class  fove.headset.Headset
 Class that manages accesses to headsets. More...
 
class  fove.headset.ResearchCapabilities
 Research-API-specific capabilities. More...
 
class  fove.headset.ResearchHeadset
 Class that manages accesses to the ResearchHeadset. More...
 

Namespaces

 fove.headset
 This module provides a set of higher-level APIs that wraps the FOVE C API.
 

Variables

 fove.headset.arr = np.array(img.image)
 
 fove.headset.b = headset.isEyeTrackingEnabled()
 
 fove.headset.caps = ClientCapabilities.Gaze
 
 fove.headset.conv = headset.getGazeConvergence()
 
 fove.headset.eyes = headset.checkEyesClosed()
 
 fove.headset.handler = logging.StreamHandler()
 
 fove.headset.img = BitmapImage(img_)
 
 fove.headset.img_ = res_headset.getImage(capi.ImageType.StereoEye)
 
 fove.headset.lGaze
 
 fove.headset.lMat
 
 fove.headset.logger = logging.getLogger(__name__)
 
 fove.headset.lVec = np.array(lGaze.vector)
 
 fove.headset.mats = headset.getProjectionMatricesLH(0.1, 1.0)
 
 fove.headset.res_caps = ResearchCapabilities.EyeImage
 
 fove.headset.rGaze
 
 fove.headset.rMat
 
 fove.headset.rVec = np.array(rGaze.vector)
 
int fove.headset.wait_s = 1
 
 fove.headset.waited = headset.waitForNextEyeFrame()
 

Detailed Description

This file implements the fove.headset module.