Skip to content

Commit

Permalink
Fix DQT low FPS for USB2
Browse files Browse the repository at this point in the history
  • Loading branch information
OhadMeir committed Nov 28, 2024
1 parent 6577433 commit 22b26fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/depth-quality/depth-quality-model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ namespace rs2
if (devices.size())
{
auto dev = devices[0];
bool usb3_device = true;
if (dev.supports(RS2_CAMERA_INFO_USB_TYPE_DESCRIPTOR))
{
std::string usb_type = dev.get_info(RS2_CAMERA_INFO_USB_TYPE_DESCRIPTOR);
Expand Down

0 comments on commit 22b26fb

Please sign in to comment.