SRanipal Unreal SDK
1.3.2.0
SRanipal Unreal SDK document
|
#include <SRanipal_Lip_Enums.h>
Public Attributes | |
int | frame_sequence |
int | timestamp |
unsigned char * | image |
PredictionData | prediction_data |
A struct containing all data listed below.
int ViveSR::anipal::Lip::LipData::frame_sequence |
The frame sequence.
unsigned char* ViveSR::anipal::Lip::LipData::image |
The raw buffer. width=800, height=400, channel=1
PredictionData ViveSR::anipal::Lip::LipData::prediction_data |
The prediction result listing all of LipShape in [0,1].
int ViveSR::anipal::Lip::LipData::timestamp |
The time when the frame was capturing. in millisecond.