Skip to content
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

Merged
merged 3 commits into from
Apr 18, 2024

Conversation

remibettan
Copy link
Contributor

preparing for RSDEV-1470

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(); });
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

{
//get_manager().restore_workspace([this](std::function<void()> a) { a(); });
get_manager().reset();
//get_manager().retry_times = 0;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

@remibettan remibettan requested a review from Nir-Az April 17, 2024 08:23
#pragma pack(push, 1)
#pragma pack(1)

#pragma pack(pop)
Copy link
Collaborator

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..

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems so - corrected

@remibettan remibettan merged commit 89fbbc6 into IntelRealSense:development Apr 18, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants