Config.Calibration_matrix
type matrix = (float * float * float) * (float * float * float)
val is_supported : t -> bool
val matrix : matrix setting
val get : t -> matrix * bool
Returns the current matrix and a bool saying whether it's the identity matrix.
val get_default : t -> matrix * bool
val pp_matrix : matrix Fmt.t