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

Added option to enable/disable alternate_ir. #7672

Merged
merged 3 commits into from
Nov 1, 2020

Conversation

aangerma
Copy link
Contributor

RS5-9266 - Added option to enable/disable alternate_ir,
supported from firmware_version 1.5.2.0.

src/types.cpp Outdated
@@ -447,6 +447,7 @@ namespace librealsense
CASE(SEQUENCE_ID)
CASE(HUMIDITY_TEMPERATURE)
CASE(ENABLE_MAX_USABLE_RANGE)
CASE(ENABLE_ALTERNATE_IR)
Copy link
Collaborator

Choose a reason for hiding this comment

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

How does this display in the Viewer? "Alternate Ir"?

Copy link
Collaborator

@maloel maloel left a comment

Choose a reason for hiding this comment

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

What about NodeJS, C#, etc.?

@@ -182,7 +182,7 @@ PYBIND11_MODULE(NAME, m) {
.value("sequence_id", RS2_OPTION_SEQUENCE_ID)
.value("humidity_temperature", RS2_OPTION_HUMIDITY_TEMPERATURE)
.value("enable_max_usable_range", RS2_OPTION_ENABLE_MAX_USABLE_RANGE)
.value("enable_alternate_ir", RS2_OPTION_ENABLE_ALTERNATE_IR)
.value("enable_alternate_ir", RS2_OPTION_ALTERNATE_IR)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove enable_

@maloel maloel merged commit bd79305 into IntelRealSense:development Nov 1, 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.

3 participants