SRSDK  0.10.39
Loading...
Searching...
No Matches
leia_headtracking_frame Struct Reference

Face tracking frame. More...

#include <faceTracking.h>

Public Types

typedef leia_bool(* leia_headtracking_frame_get_device_acceleration) (struct leia_headtracking_frame *, struct leia_vector3 *)
 Get the device acceleration.
 
typedef leia_bool(* leia_headtracking_frame_get_device_gyroscope) (struct leia_headtracking_frame *, struct leia_vector3 *)
 Get the device gyroscope.
 

Public Member Functions

LEIASDK_API leia_headtracking_status leia_headtracking_frame_get_tracking_result (struct leia_headtracking_frame *, struct leia_headtracking_tracking_result *)
 
LEIASDK_API leia_headtracking_status leia_headtracking_frame_get_raw_faces (struct leia_headtracking_frame *, struct leia_headtracking_raw_faces *)
 
LEIASDK_API leia_headtracking_status leia_headtracking_frame_get_detected_faces (struct leia_headtracking_frame *, struct leia_headtracking_detected_faces *)
 
LEIASDK_API leia_headtracking_status leia_headtracking_frame_get_profiling (struct leia_headtracking_frame *, struct leia_headtracking_frame_profiling *)
 
LEIASDK_API float leia_headtracking_frame_get_lux (struct leia_headtracking_frame *)
 Get current camera-detected lux value if available.
 
LEIASDK_API void leia_headtracking_frame_release (struct leia_headtracking_frame *)
 

Detailed Description

Face tracking frame.

It contains all the data used by the face tracking engine.


The documentation for this struct was generated from the following file: