Skip to content

Commit

Permalink
comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
remibettan committed Sep 20, 2022
1 parent 3d9d319 commit 4ebbd21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/model-views.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2014,6 +2014,7 @@ namespace rs2
{
// checking format
bool is_cal_format = false;
// checking that the SKU is D405 - otherwise, this method should return false
if (dev.supports(RS2_CAMERA_INFO_PRODUCT_ID) && !strcmp(dev.get_info(RS2_CAMERA_INFO_PRODUCT_ID), "0B5B"))
{
for (auto it = stream_enabled.begin(); it != stream_enabled.end(); ++it)
Expand Down

0 comments on commit 4ebbd21

Please sign in to comment.