Skip to content

Add exposure value check for on-chip calibration - #13959

Merged
Nir-Az merged 2 commits into
realsenseai:developmentfrom
noacoohen:occ-exposure-check
Apr 24, 2025
Merged

Add exposure value check for on-chip calibration#13959
Nir-Az merged 2 commits into
realsenseai:developmentfrom
noacoohen:occ-exposure-check

Conversation

@noacoohen

Copy link
Copy Markdown
Contributor

Tracked by RSDEV-3195

@noacoohen
noacoohen requested review from Nir-Az and OhadMeir April 23, 2025 11:25
Comment thread common/on-chip-calib.cpp Outdated
auto exposure = _sub->s->get_option( RS2_OPTION_EXPOSURE );
if( exposure > 15500 )
{
throw std::runtime_error( "Exposure limiting fps!\n"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I suggest:

Exposure value is limiting the fps, for the algorithm to be able to converge, please reduce exposure value

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done

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