Skip to content

Commit

Permalink
Merge pull request #6790 from Nir-Az/hide_camera_acuracy_health_from_…
Browse files Browse the repository at this point in the history
…viewer

Disable CAH trigger
  • Loading branch information
ev-mp committed Jul 9, 2020
2 parents 5968aa7 + 14c1485 commit f7cdf6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/model-views.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4952,7 +4952,7 @@ namespace rs2
}
}


#if 0 // Currently disable triggering/reseting CAH from UI
if (dev.supports(RS2_CAMERA_INFO_PRODUCT_LINE) && dev.supports(RS2_CAMERA_INFO_FIRMWARE_VERSION))
{
auto product_line_str = dev.get_info(RS2_CAMERA_INFO_PRODUCT_LINE);
Expand All @@ -4971,6 +4971,7 @@ namespace rs2
}
}
}
#endif

bool has_autocalib = false;
for (auto&& sub : subdevices)
Expand Down

0 comments on commit f7cdf6e

Please sign in to comment.