Skip to content

Commit

Permalink
Fixed #409
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Oct 2, 2019
1 parent d360420 commit 3ab5ec2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions corelib/src/camera/CameraRealSense2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,8 @@ bool CameraRealSense2::init(const std::string & calibrationFolder, const std::st
sensors.resize(1);
sensors[0] = elem;
stereo = true;
sensors[0].set_option(rs2_option::RS2_OPTION_ENABLE_POSE_JUMPING, 0);
sensors[0].set_option(rs2_option::RS2_OPTION_ENABLE_RELOCALIZATION, 0);
}
else
{
Expand Down

0 comments on commit 3ab5ec2

Please sign in to comment.