|
@@ -292,8 +292,8 @@ class DualCameraSystem:
|
|
|
# 创建校准管理器
|
|
# 创建校准管理器
|
|
|
self.calibration_manager = CalibrationManager(self.calibrator)
|
|
self.calibration_manager = CalibrationManager(self.calibrator)
|
|
|
|
|
|
|
|
- # 执行视觉校准
|
|
|
|
|
- result = self.calibration_manager.auto_calibrate(force=True)
|
|
|
|
|
|
|
+ # 执行视觉校准(根据配置决定是否强制重新校准)
|
|
|
|
|
+ result = self.calibration_manager.auto_calibrate(force=False)
|
|
|
|
|
|
|
|
if not result.success:
|
|
if not result.success:
|
|
|
logger.error("=" * 50)
|
|
logger.error("=" * 50)
|