Tracking information retrieved from tracker. More...
Public Member Functions | |
| __init__ (self, c_tracker_data) | |
| __eq__ (self, other) | |
Public Attributes | |
| list | timestamp = c_tracker_data.timestamp |
| Timestamp of the moment the cameras captured the data. | |
| seqnumber = c_tracker_data.seqnumber | |
| Incremental data recording id. | |
| list | targetlist = [] |
| target.TargetPose list representing detected tracking targets | |
| list | datapoints = [] |
| point.Point list representing detected 3D markers not matched to a tracking target. | |
Tracking information retrieved from tracker.
This class contains all tracking information recorded at a certain time instance. It provides a list of all active tracking targets that have been detected by the PST Tracker, as well as a list of all 3D data points that have been detected by the tracker and are estimated not to be part of any active tracking target.
| pstech.pstsdk.trackerdata.TrackerData.__init__ | ( | self, | |
| c_tracker_data ) |
| pstech.pstsdk.trackerdata.TrackerData.__eq__ | ( | self, | |
| other ) |
| list pstech.pstsdk.trackerdata.TrackerData.datapoints = [] |
point.Point list representing detected 3D markers not matched to a tracking target.
| pstech.pstsdk.trackerdata.TrackerData.seqnumber = c_tracker_data.seqnumber |
Incremental data recording id.
| list pstech.pstsdk.trackerdata.TrackerData.targetlist = [] |
target.TargetPose list representing detected tracking targets
| list pstech.pstsdk.trackerdata.TrackerData.timestamp = c_tracker_data.timestamp |
Timestamp of the moment the cameras captured the data.
The timestamp uses the system clock provided in seconds since system boot (Windows) or Epoch (Linux).