Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty committed May 30, 2024
1 parent cb1eba5 commit 59b5751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public AprilTagPipelineSettings() {
super();
pipelineType = PipelineType.AprilTag;
outputShowMultipleTargets = true;
targetModel = TargetModel.kAprilTag6in_36h11;
targetModel = TargetModel.kAprilTag6p5in_36h11;
cameraExposure = 20;
cameraAutoExposure = false;
ledMode = false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public ArucoPipelineSettings() {
super();
pipelineType = PipelineType.Aruco;
outputShowMultipleTargets = true;
targetModel = TargetModel.kAprilTag6in_36h11;
targetModel = TargetModel.kAprilTag6p5in_36h11;
cameraExposure = -1;
cameraAutoExposure = true;
ledMode = false;
Expand Down

0 comments on commit 59b5751

Please sign in to comment.