Lists supported skeleton body models. More...
Static Functions | |
| def | from_string (str, name) |
| Converts a string to the corresponding BODY_FORMAT enum value. More... | |
Lists supported skeleton body models.
| Enumerator | |
|---|---|
| BODY_18 | 18-keypoint model Basic body model |
| BODY_34 | 34-keypoint model
|
| BODY_38 | 38-keypoint model Including simplified face, hands and feet.
|
|
static |
Converts a string to the corresponding BODY_FORMAT enum value.
| name | : The string representation of the BODY_FORMAT enum value. |