Lists the mode of positional tracking that can be used. More...
Static Functions | |
| def | from_string (str, name) |
| Converts a string to the corresponding POSITIONAL_TRACKING_MODE enum value. More... | |
Lists the mode of positional tracking that can be used.
| Enumerator | |
|---|---|
| GEN_1 | Default mode. Fast and stable mode. Requires depth computation. Less robust than GEN_3. |
| GEN_2 | \warn DEPRECATED. |
| GEN_3 | Fast and accurate, in both exploratory mode and mapped environments.
|
|
static |
Converts a string to the corresponding POSITIONAL_TRACKING_MODE enum value.
| name | : The string representation of the POSITIONAL_TRACKING_MODE enum value. |