Classes | |
| class | PositionalTrackingParameters |
| Parameters for positional tracking initialization. More... | |
| struct | Pose |
| Pose structure with data on timing and validity in addition to position and rotation. More... | |
Enumerations | |
| enum class | POSITIONAL_TRACKING_STATE |
| Possible states of the ZED's Tracking system. More... | |
| enum class | REFERENCE_FRAME |
| Reference frame (world or camera) for tracking and depth sensing. More... | |
| enum class | TRACKING_FRAME |
| Part of the ZED (left/right sensor, center) that's considered its center for tracking purposes. More... | |
|
strong |
Possible states of the ZED's Tracking system.
| Enumerator | |
|---|---|
| SEARCHING | Tracking is searching for a match from the database to relocate to a previously known position. |
| OK | Tracking is operating normally; tracking data should be correct. |
| OFF | Tracking is not enabled. |
| FPS_TOO_LOW | Effective FPS is too low to give proper results for motion tracking. Consider using PERFORMANCES parameters (DEPTH_MODE_PERFORMANCE, low camera resolution (VGA, HD720)) |
| SEARCHING_FLOOR_PLANE | The camera is searching for the floor plane to locate itself related to it, the REFERENCE_FRAME.WORLD will be set afterward. |
|
strong |
|
strong |