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

Filter only intel product line on DQT tool #7627

Merged
merged 1 commit into from
Oct 22, 2020

Conversation

aangerma
Copy link
Contributor

@aangerma aangerma commented Oct 21, 2020

DQT recognizes platform camera when no Realsense device connected.
Tracked on: DSO-15662

@@ -483,7 +483,7 @@ namespace rs2
bool do_200ms = every_200ms;
if (_query_devices && do_200ms)
{
_missing_device = _ctx.query_devices(RS2_PRODUCT_LINE_ANY).size() == 0;
_missing_device = _ctx.query_devices(RS2_PRODUCT_LINE_ANY_INTEL).size() == 0;
Copy link
Collaborator

Choose a reason for hiding this comment

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

This affects Viewer as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

In viewer we use refresh_devices() function that recognize the platform device.

@maloel maloel merged commit 21450ec into IntelRealSense:development Oct 22, 2020
@ev-mp ev-mp changed the title DSO-15662 filter only intel product line on DQT tool Filter only intel product line on DQT tool Oct 27, 2020
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.

3 participants