Skip to content

Commit

Permalink
Change default of scan value to allow legacy UCAL scripts to work wit…
Browse files Browse the repository at this point in the history
…h HA support

(cherry picked from commit 9eb4ea5)
  • Loading branch information
ev-mp committed Dec 1, 2022
1 parent b72ddfa commit e2e1081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ds5/ds5-auto-calibration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down

0 comments on commit e2e1081

Please sign in to comment.