Holds the metrics of a sender in the fusion process. More...
Functions | |
float | received_fps (self) |
FPS of the received data. | |
float | received_latency (self) |
Latency (in second) of the received data. More... | |
float | synced_latency (self) |
Latency (in seconds) after Fusion synchronization. More... | |
bool | is_present (self) |
Is set to false if no data in this batch of metrics. | |
float | ratio_detection (self) |
Skeleton detection percent during the last second. More... | |
float | delta_ts (self) |
Average data acquisition timestamp difference. More... | |
Holds the metrics of a sender in the fusion process.
float received_latency | ( | self | ) |
Latency (in second) of the received data.
Timestamp difference between the time when the data are sent and the time they are received (mostly introduced when using the local network workflow).
float synced_latency | ( | self | ) |
float ratio_detection | ( | self | ) |
Skeleton detection percent during the last second.
Number of frames with at least one detection / number of frames, over the last second. A low value means few detections occured lately for this sender.
float delta_ts | ( | self | ) |
Average data acquisition timestamp difference.
Average standard deviation of sender's period since the start.