Fix Camera cm per pixels

This commit is contained in:
2026-08-23 10:00:15 +02:00
parent c6cec3dede
commit d6951cbbcf
+1 -1
View File
@@ -10,7 +10,7 @@ class MicrowaveDishAnalyzer:
""" """
# Constant scale ratio: Centimeters per Pixel. # Constant scale ratio: Centimeters per Pixel.
CM_PER_PIXEL: float = 0.002592593 CM_PER_PIXEL: float = 0.005925926
def __init__(self, cm_per_pixel: Optional[float] = None): def __init__(self, cm_per_pixel: Optional[float] = None):
if cm_per_pixel is not None: if cm_per_pixel is not None: