According to documentation both of these functions doesn’t have any parameters, But when i was using it in the code i am getting all of the values as zero, Am i Using it wrong, Is there any other way to use it.
fusion_metrics = sl.FusionMetrics()
print(fusion_metrics.mean_camera_fused,end=" “)
print(fusion_metrics.mean_stdev_between_camera,end=” “)
print(” ")