BODY_FORMAT Class Reference

Lists supported skeleton body models. More...

Static Functions

def from_string (str, name)
 Converts a string to the corresponding BODY_FORMAT enum value. More...
 

Detailed Description

Lists supported skeleton body models.

Enumerator
BODY_18 18-keypoint model
Basic body model
BODY_34 34-keypoint model
Note
Requires body fitting enabled.
BODY_38 38-keypoint model
Including simplified face, hands and feet.
Note
Early Access

Functions

◆ from_string()

def from_string (   str,
  name 
)
static

Converts a string to the corresponding BODY_FORMAT enum value.

Parameters
name: The string representation of the BODY_FORMAT enum value.
Returns
The corresponding BODY_FORMAT enum value. If the string does not match any BODY_FORMAT, BODY_FORMAT.LAST is returned.