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

remove emitter-on-off support from b5b #9017

Merged

Conversation

remibettan
Copy link
Contributor

@remibettan remibettan commented May 13, 2021

Tracked by: DSO-17048

@remibettan remibettan requested a review from ev-mp May 13, 2021 10:48
// Alternating laser pattern should be set and query in a different way according to the firmware version
bool is_fw_version_using_id = (_fw_version >= firmware_version("5.12.8.100"));
if ((_fw_version >= firmware_version("5.11.3.0")) && ((_device_capabilities & mask) == mask))
if (_pid != ds::RS405_PID) // D405 does not have emitter
Copy link
Collaborator

Choose a reason for hiding this comment

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

Use dynamic discovery (line 901) and act according to CAP_ACTIVE_PROJECTOR.
That capability must be off for 0x0B5B

@ev-mp ev-mp merged commit d88df83 into IntelRealSense:development May 19, 2021
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