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

Krgb-thermal support #7297

Merged
merged 25 commits into from Sep 29, 2020
Merged

Krgb-thermal support #7297

merged 25 commits into from Sep 29, 2020

Conversation

aangerma
Copy link
Contributor

Reading k-thermal table from FW and use it to correct k-rgb according to current humidity temp,
the k-rgb that written to FW is without the thermal correct ,but user will get the corrected one.

src/l500/ac-trigger.cpp Outdated Show resolved Hide resolved
src/l500/ac-trigger.cpp Outdated Show resolved Hide resolved
}
// The temperature may depend on streaming?
std::vector<byte> res;
throw std::runtime_error( "HW monitor is inaccessible - stopping algo" );
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why change the behavior?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

we said that I will lock the hwm to protect the case that the device will no longer exist.

Copy link
Collaborator

Choose a reason for hiding this comment

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

I still don't understand why you changed the behavior of read_temperature()

src/l500/l500-color.cpp Outdated Show resolved Hide resolved
src/l500/l500-color.cpp Outdated Show resolved Hide resolved
src/l500/l500-color.cpp Outdated Show resolved Hide resolved
src/l500/l500-color.cpp Outdated Show resolved Hide resolved
src/l500/l500-color.h Outdated Show resolved Hide resolved
src/l500/ac-trigger.cpp Outdated Show resolved Hide resolved
@maloel maloel merged commit 40a1c58 into IntelRealSense:development Sep 29, 2020
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.

None yet

2 participants