-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
d500 auto calib added for future capabilities #12856
d500 auto calib added for future capabilities #12856
Conversation
8c84c2d
to
bcaa22c
Compare
common/d500-on-chip-calib.cpp
Outdated
ImGui::SetCursorScreenPos({ float(x + 5), float(y + height - 28) }); | ||
if (ImGui::Button(calibrate_button_name.c_str(), { float(bar_width), 20.f })) | ||
{ | ||
//get_manager().restore_workspace([this](std::function<void()> a) { a(); }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
common/d500-on-chip-calib.cpp
Outdated
{ | ||
//get_manager().restore_workspace([this](std::function<void()> a) { a(); }); | ||
get_manager().reset(); | ||
//get_manager().retry_times = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
src/ds/d500/d500-auto-calibration.h
Outdated
#pragma pack(push, 1) | ||
#pragma pack(1) | ||
|
||
#pragma pack(pop) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this old code?
No data between the push pop..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems so - corrected
preparing for RSDEV-1470