SRanipal Unreal SDK  1.3.2.0
SRanipal Unreal SDK document
Public Attributes | List of all members
ViveSR::anipal::Lip::LipData Struct Reference

#include <SRanipal_Lip_Enums.h>

Public Attributes

int frame_sequence
 
int timestamp
 
unsigned char * image
 
PredictionData prediction_data
 

Detailed Description

A struct containing all data listed below.

Member Data Documentation

◆ frame_sequence

int ViveSR::anipal::Lip::LipData::frame_sequence

The frame sequence.

◆ image

unsigned char* ViveSR::anipal::Lip::LipData::image

The raw buffer. width=800, height=400, channel=1

◆ prediction_data

PredictionData ViveSR::anipal::Lip::LipData::prediction_data

The prediction result listing all of LipShape in [0,1].

◆ timestamp

int ViveSR::anipal::Lip::LipData::timestamp

The time when the frame was capturing. in millisecond.