Skip to content

L515 update tagged profiles for usb2 #7126

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

Merged

Conversation

Nir-Az
Copy link
Collaborator

@Nir-Az Nir-Az commented Aug 18, 2020

  1. Remove raw resolutions processing blocks - Tracked on RS5-8384
  2. Update L515 tagged profiles to support USB2 resolutions
  3. Remove viewer resolutions + FPS constrains for USB 2 (behavior stayed the same due to tagged profiles)


uint32_t width = usb3mode ? 1280 : 960;
uint32_t height = usb3mode ? 720 : 540;

tags.push_back({ RS2_STREAM_COLOR, -1, 1280, 720, RS2_FORMAT_RGB8, 30, profile_tag::PROFILE_TAG_SUPERSET | profile_tag::PROFILE_TAG_DEFAULT });
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't this be using width & height?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Correct - Fixed.
It passed my test cause on USB2 the color sensor only have 1 resolution.

@maloel maloel merged commit c1d5293 into IntelRealSense:development Aug 19, 2020
@Nir-Az Nir-Az deleted the L515_update_tagged_profiles_for_usb2 branch September 1, 2020 07:48
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