From e2e1081a82f35672e0407f4f3f4504db57d2b738 Mon Sep 17 00:00:00 2001 From: Evgeni Raikhel Date: Tue, 22 Nov 2022 17:21:52 +0200 Subject: [PATCH] Change default of scan value to allow legacy UCAL scripts to work with HA support (cherry picked from commit 9eb4ea568de3d884feec8361d54255a8253efeb3) --- src/ds5/ds5-auto-calibration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ds5/ds5-auto-calibration.cpp b/src/ds5/ds5-auto-calibration.cpp index 7b465985bd..65ed2ed90a 100644 --- a/src/ds5/ds5-auto-calibration.cpp +++ b/src/ds5/ds5-auto-calibration.cpp @@ -352,7 +352,7 @@ namespace librealsense int white_wall_mode = DEFAULT_WHITE_WALL_MODE; host_assistance_type host_assistance(host_assistance_type::no_assistance); - int scan_only_v3 = 1; + int scan_only_v3 = 0; int interactive_scan_v3 = 0; uint16_t step_count_v3 = 0; uint16_t fill_factor[256] = { 0 };