SRanipal Unity SDK
1.3.2.0
SRanipal Unity SDK document
|
Static Public Member Functions | |
static bool | GetLipWeightings (out Dictionary< LipShape, float > shapes) |
Gets weighting values from anipal's Lip module. More... | |
static bool | GetLipImage (ref Texture2D texture) |
Extracts the latest image from the lip device. More... | |
Public Attributes | |
const int | ANIPAL_TYPE_LIP = 1 |
const int | ImageWidth = 800 |
const int | WeightingCount = (int)LipShape.Max |
|
inlinestatic |
Extracts the latest image from the lip device.
texture | A texture whose colors, height, and width are set as those of the lastest image extracted from the lip device. |