Skip to content

Commit

Permalink
Added scan parameter bit for OCC+.
Browse files Browse the repository at this point in the history
  • Loading branch information
daversintel committed Nov 24, 2020
1 parent e8e38e2 commit 3413365
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ds5/ds5-auto-calibration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,8 @@ namespace librealsense
check_one_button_params(speed, keep_new_value_after_sucessful_scan, data_sampling, adjust_both_sides);

int p4 = 0;
if (scan_parameter)
p4 |= 1;
if (keep_new_value_after_sucessful_scan)
p4 |= (1 << 1);
if (fl_data_sampling)
Expand Down

0 comments on commit 3413365

Please sign in to comment.