SRanipal Unity SDK
1.3.2.0
SRanipal Unity SDK document
|
Static Public Member Functions | |
static bool | GetLipWeightings (out Dictionary< LipShape_v2, 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_V2 = 3 |
const int | ImageWidth = 800 |
const int | WeightingCount = (int)LipShape_v2.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. |