CalibrationResultsSummary
High-level OmniCal results for all cameras and projectors, including aggregate score.
Category: Omnical
Base class: _BlipValue
Properties
quality : OmniCalQualityMetric (Read-Only)
Aggregate quality metrics to compare similar OmniCal calibrations.
resultsList : List[CalibrationResultsData] (Read-Only)
List of calibrated cameras and projectors with their respective reprojection errors etc.
Static Methods
rmsErrorColour(errorPx: float) -> Colour
Colour between green, yellow and red depending on the error value in pixels.
A near perfect error value is green, acceptable value is yellow, and bad
value is red.
The returned colour is scaled accordingly between these thresholds.