CameraMetrics Struct Reference

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...
 

Detailed Description

Holds the metrics of a sender in the fusion process.

Variables

◆ uuid

◆ receivedFps

float receivedFps

FPS of the received data.

◆ receivedLatency

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).

◆ syncedLatency

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.

◆ isPresent

bool isPresent

Is set to false if no data in this batch of metrics.

◆ ratioDetection

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.

◆ deltaTs

float deltaTs

Average data acquisition timestamp difference. Average standard deviation of sender's period since the start.