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

Hardcoding the AE control range of MIPI device #13465

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

Arun-Prasad-V
Copy link
Contributor

Tracked on LRS-1193

@Arun-Prasad-V Arun-Prasad-V requested a review from Nir-Az October 25, 2024 15:19
@@ -2767,6 +2767,15 @@ namespace librealsense

control_range v4l_mipi_device::get_pu_range(rs2_option option) const
{
// Auto controls range is trimed to {0,1} range
if(option >= RS2_OPTION_ENABLE_AUTO_EXPOSURE && option <= RS2_OPTION_ENABLE_AUTO_WHITE_BALANCE)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we know what is the actual range sent by FW?
According to that we can decide if it's a FW bug and they should fix or a FW limitation and we will fix here.

@Nir-Az Nir-Az merged commit dae4445 into IntelRealSense:development Oct 30, 2024
19 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