Skip to content

Commit

Permalink
disable camera-accuracy-health option check for auto trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed Jun 23, 2020
1 parent 5bab16c commit 0316b7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/l500/ac-trigger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -793,13 +793,15 @@ namespace ivcam2 {

if( !n_seconds.count() )
{
#if 0 // TODO on auto trigger, we want this back
option & o = _dev.get_depth_sensor().get_option( RS2_OPTION_CAMERA_ACCURACY_HEALTH_ENABLED );
if( !o.query() )
{
// auto trigger is turned off
AC_LOG( DEBUG, "Camera Accuracy Health is turned off -- no trigger set" );
return;
}
#endif

// Check if we want auto trigger
// Note: we arbitrarly choose the time before AC starts at 10 second -- enough time to
Expand Down

0 comments on commit 0316b7c

Please sign in to comment.