Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
noacoohen committed Nov 7, 2024
1 parent 1ff4cd2 commit b4efc36
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 500 deletions.
3 changes: 3 additions & 0 deletions common/subdevice-model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@ namespace rs2
model->enable(false);
}

if( shared_filter->is< rotation_filter >() )
model->enable( false );

if (shared_filter->is<threshold_filter>())
{
if (s->supports(RS2_CAMERA_INFO_PRODUCT_ID))
Expand Down
Loading

0 comments on commit b4efc36

Please sign in to comment.