Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
Macros | Typedefs | Functions
facetrackers_c.h File Reference
#include "sr/core_c.h"
#include "sr/sense/eyetracker/eyepair.h"
#include "sr/sense/headtracker/head.h"
Include dependency graph for facetrackers_c.h:

Go to the source code of this file.

Macros

#define SRAPI
 

Typedefs

typedef void * SR_eyeTracker
 
typedef void * SR_eyePairListener
 
typedef void * SR_headTracker
 
typedef void * SR_headListener
 

Functions

SRAPI SR_eyeTracker createEyeTracker (SRContext context)
 Creates a functional EyeTracker instance. More...
 
SRAPI SR_eyePairListener createEyePairListener (SR_eyeTracker eyeTracker, void(*acceptEyePairCallback)(SR_eyePair))
 Create a new callback function to listen to a specific eyetracker. More...
 
SRAPI void deleteEyePairListener (SR_eyePairListener eyePairListener)
 Cleans up underlying object instances used to facilitate eye position update callbacks. More...
 
SRAPI SR_headTracker createHeadTracker (SRContext context)
 Creates a functional Headtracker instance. More...
 
SRAPI SR_headListener createHeadListener (SR_headTracker headTracker, void(*acceptHeadCallback)(SR_head))
 Create a new callback function to listen to a specific headtracker. More...
 
SRAPI void deleteHeadListener (SR_headListener headListener)
 Cleans up underlying object instances used to facilitate head position update callbacks. More...
 

Macro Definition Documentation

◆ SRAPI

#define SRAPI

Typedef Documentation

◆ SR_eyePairListener

typedef void* SR_eyePairListener

◆ SR_eyeTracker

typedef void* SR_eyeTracker

Copyright (C) 2022 Dimenco

This software has been provided under the Dimenco EULA. (End User License Agreement) You can find the agreement at https://www.dimenco.eu/eula

This source code is considered Protected Code under the definitions of the EULA.

◆ SR_headListener

typedef void* SR_headListener

◆ SR_headTracker

typedef void* SR_headTracker