Holds the metrics of a sender in the fusion process. More...
Data Fields | |
struct SL_CameraIdentifier | uuid |
float | received_fps |
FPS of the received data. | |
float | received_latency |
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 | synced_latency |
Latency (in seconds) after Fusion synchronization. Difference between the timestamp of the data received and the timestamp at the end of the Fusion synchronization. | |
bool | is_present |
Is set to false if no data in this batch of metrics. | |
float | ratio_detection |
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 |
Average data acquisition timestamp difference. Average standard deviation of sender's period since the start. | |
Holds the metrics of a sender in the fusion process.