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

power line freq option with hardcoded range #12813

Merged
merged 2 commits into from
Apr 2, 2024

Conversation

remibettan
Copy link
Contributor

Tracked by: RSDEV-1777

@remibettan remibettan requested a review from Nir-Az April 1, 2024 11:36
{
// this range had to be harcoded to avoid collisions with linux patches
// which have been upstreamed for d400 devices
return { 0.f /*min*/, 2.f /*max*/, 1.f /*step*/, 0.f /*default*/ };
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is it possible to make it a lazy when we query the range from PU and only override the min/max?

I think it will be better since each camera can have a different default, here we are forcing it.
Thoughts?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sounds great!

@remibettan remibettan requested a review from Nir-Az April 2, 2024 12:00
@Nir-Az Nir-Az merged commit 29b61a6 into IntelRealSense:development Apr 2, 2024
16 of 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