Lists possible types of position matrix used to store camera path and pose. More...
Static Functions | |
| def | from_string (str, name) |
| Converts a string to the corresponding REFERENCE_FRAME enum value. More... | |
Lists possible types of position matrix used to store camera path and pose.
| Enumerator | |
|---|---|
| WORLD | The transform of sl.Pose will contain the motion with reference to the world frame (previously called sl.PATH). |
| CAMERA | The transform of sl.Pose will contain the motion with reference to the previous camera frame (previously called sl.POSE). |
|
static |
Converts a string to the corresponding REFERENCE_FRAME enum value.
| name | : The string representation of the REFERENCE_FRAME enum value. |