Skip to content

Commit

Permalink
PR #7627 from Avishag: DQT filter only intel product line (DSO-15662)
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel authored Oct 22, 2020
2 parents ce3e3f4 + 0874f9a commit 21450ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/ux-window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
_hourglass_index = (_hourglass_index + 1) % 5;

if (!_missing_device)
Expand Down

0 comments on commit 21450ec

Please sign in to comment.