Skip to content

Commit 21fab4b

Browse files
also change those in config files as true
1 parent afe5ab9 commit 21fab4b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

VisionPilot/development_releases/1.0/VisionPilot.conf.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ source.camera.device_id=
2525
# ============================================
2626
# If enabled, frames are calibrated in capture thread before inference.
2727
# JSON schema follows VisionPilot/calibration/configs/*.json.
28-
camera_calibration.enabled=false
28+
camera_calibration.enabled=true
2929
camera_calibration.inference_camera_config_path=<INFERENCE_CAM_CONFIG_PATH>
3030
camera_calibration.standard_pose_config_path=<STANDARD_POSE_CONFIG_PATH>
3131

VisionPilot/development_releases/1.0/visionpilot.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ source.camera.device_id=
2525
# ============================================
2626
# If enabled, frames are calibrated in capture thread before inference.
2727
# JSON schema follows VisionPilot/calibration/configs/*.json.
28-
camera_calibration.enabled=false
28+
camera_calibration.enabled=true
2929
camera_calibration.inference_camera_config_path=<INFERENCE_CAM_CONFIG_PATH>
3030
camera_calibration.standard_pose_config_path=<STANDARD_POSE_CONFIG_PATH>
3131

0 commit comments

Comments
 (0)