CameraMetrics Class Reference

Holds the metrics of a sender in the fusion process. More...

Functions

def received_fps (self)
 FPS of the received data.
 
def received_latency (self)
 Latency (in second) of the received data. More...
 
def synced_latency (self)
 Latency (in seconds) after Fusion synchronization. More...
 
def is_present (self)
 Is set to false if no data in this batch of metrics.
 
def ratio_detection (self)
 Skeleton detection percent during the last second. More...
 
def delta_ts (self)
 Average data acquisition timestamp difference. More...
 

Detailed Description

Holds the metrics of a sender in the fusion process.

Functions

◆ received_latency()

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

◆ synced_latency()

def synced_latency (   self)

Latency (in seconds) after Fusion synchronization.

Difference between the timestamp of the data received and the timestamp at the end of the Fusion synchronization.

◆ ratio_detection()

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

◆ delta_ts()

def delta_ts (   self)

Average data acquisition timestamp difference.

Average standard deviation of sender's period since the start.