Holds the metrics of a sender in the fusion process. More...
Attributes | |
CameraIdentifier | uuid |
float | receivedFps |
FPS of the received data. More... | |
float | receivedLatency |
Latency (in seconds) 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). More... | |
float | syncedLatency |
Latency (in seconds) after Fusion synchronization. Difference between the timestamp of the data received and the timestamp at the end of the Fusion synchronization. More... | |
bool | isPresent |
Is set to false if no data in this batch of metrics. More... | |
float | ratioDetection |
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. More... | |
float | deltaTs |
Average data acquisition timestamp difference. Average standard deviation of sender's period since the start. More... | |
Holds the metrics of a sender in the fusion process.
CameraIdentifier uuid |
float receivedFps |
FPS of the received data.
float receivedLatency |
Latency (in seconds) 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 syncedLatency |
bool isPresent |
Is set to false if no data in this batch of metrics.
float ratioDetection |
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 deltaTs |
Average data acquisition timestamp difference. Average standard deviation of sender's period since the start.