Skip to content

Commit

Permalink
PR #13601 from IntelRealSense: Update D500 TC timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az authored Dec 12, 2024
2 parents ca43aa2 + d18b7a9 commit 676f7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/d500-on-chip-calib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace rs2

auto calib_dev = _dev.as<auto_calibrated_device>();
float health = 0.f;
int timeout_ms = 120000; // 2 minutes
int timeout_ms = 240000; // increased to 4 minutes for additional algo processing
auto ans = calib_dev.run_on_chip_calibration(json, &health,
[&](const float progress) {_progress = progress; }, timeout_ms);

Expand Down

0 comments on commit 676f7d1

Please sign in to comment.