Skip to content

Filter only intel product line on DQT tool - #7627

Merged
maloel merged 1 commit into
realsenseai:developmentfrom
aangerma:DSO-15662
Oct 22, 2020
Merged

Filter only intel product line on DQT tool#7627
maloel merged 1 commit into
realsenseai:developmentfrom
aangerma:DSO-15662

Conversation

@aangerma

@aangerma aangerma commented Oct 21, 2020

Copy link
Copy Markdown
Contributor

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

Comment thread common/ux-window.cpp
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
Copy Markdown
Contributor

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
Copy Markdown
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 realsenseai: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