![]() |
Fove SDK
v0.16.1
|
This module provides a set of higher-level APIs that wraps the FOVE C API. More...
Classes | |
class | ClientCapabilities |
List of capabilities usable by clients. More... | |
class | Compositor |
Class that manages accesses to the compositor. More... | |
class | Headset |
Class that manages accesses to headsets. More... | |
class | ResearchCapabilities |
Research-API-specific capabilities. More... | |
class | ResearchHeadset |
Class that manages accesses to the ResearchHeadset. More... | |
Variables | |
arr = np.array(img.image) | |
b = headset.isEyeTrackingEnabled() | |
caps = ClientCapabilities.Gaze | |
conv = headset.getGazeConvergence() | |
eyes = headset.checkEyesClosed() | |
handler = logging.StreamHandler() | |
img = BitmapImage(img_) | |
img_ = res_headset.getImage(capi.ImageType.StereoEye) | |
lGaze | |
lMat | |
logger = logging.getLogger(__name__) | |
lVec = np.array(lGaze.vector) | |
mats = headset.getProjectionMatricesLH(0.1, 1.0) | |
res_caps = ResearchCapabilities.EyeImage | |
rGaze | |
rMat | |
rVec = np.array(rGaze.vector) | |
int | wait_s = 1 |
waited = headset.waitForNextEyeFrame() | |
This module provides a set of higher-level APIs that wraps the FOVE C API.
Internally, it uses a lower level API in fove.capi
namespace, which we do not document at the moment.