Skip to content

Commit

Permalink
disable rosbag recording in TTL version
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsumotoJ committed Sep 21, 2018
1 parent bb025ee commit 1255d7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Recorder/recorder_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ void drawGUI()
startRecording(true);
}

#ifndef BUILD_ENABLE_DIO
if (metadata.cam_model_name == "D400")
{
ImGui::Separator();
Expand All @@ -373,7 +374,7 @@ void drawGUI()
startRecording(true);
}
}

#endif
#ifdef BUILD_ENABLE_DIO
ImGui::Checkbox("Trigger Recording by TTL", &rec_trigger_by_ttl);
#endif
Expand Down

0 comments on commit 1255d7f

Please sign in to comment.