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

SKU B5B #8365

Merged
merged 20 commits into from
Mar 7, 2021
Merged

SKU B5B #8365

merged 20 commits into from
Mar 7, 2021

Conversation

remibettan
Copy link
Contributor

Triggered by: DSO-16440

common/model-views.cpp Outdated Show resolved Hide resolved
src/ds5/ds5-color.cpp Outdated Show resolved Hide resolved
Copy link
Collaborator

@ev-mp ev-mp left a comment

Choose a reason for hiding this comment

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

Some minor comments

src/archive.cpp Outdated Show resolved Hide resolved
src/archive.cpp Outdated Show resolved Hide resolved
src/archive.h Show resolved Hide resolved
src/ds5/ds5-color.cpp Outdated Show resolved Hide resolved
src/ds5/ds5-color.cpp Show resolved Hide resolved
@@ -676,6 +676,10 @@ namespace rs2
std::vector<std::shared_ptr<processing_block_model>> post_processing;
bool post_processing_enabled = true;
std::vector<std::shared_ptr<processing_block_model>> const_effects;

private:
const float SHORT_RANGE_MIN_DISTANCE;
Copy link
Collaborator

Choose a reason for hiding this comment

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

  • Indentation
  • Switch from all Capital to regular

detected_objects(device_detected_objects)
detected_objects(device_detected_objects),
SHORT_RANGE_MIN_DISTANCE(0.05f),
SHORT_RANGE_MAX_DISTANCE(1.5f)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Check if it is possible to increase to 2 up to 3 meter and check how it applies to Colorizer and Threshold filters

Copy link
Collaborator

@ev-mp ev-mp left a comment

Choose a reason for hiding this comment

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

LGTM now

@ev-mp ev-mp merged commit 106b33d into IntelRealSense:development Mar 7, 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.

2 participants