Skip to content

Commit

Permalink
Merge pull request #1111 from luxonis/fix_fisheye_tmp
Browse files Browse the repository at this point in the history
Fixing fisheye
  • Loading branch information
MaticTonin authored Sep 8, 2023
2 parents d95eb02 + d9361eb commit 36cddb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,8 @@ def __init__(self):
# "OAK-D-Lite Calibration is not supported on main yet. Please use `lite_calibration` branch to calibrate your OAK-D-Lite!!")

#TODO
if self.args.cameraMode != "perspective":
self.args.minDetectedMarkersPercent = 1.0
#if self.args.cameraMode != "perspective":
#self.args.minDetectedMarkersPercent = 1.0

self.coverageImages ={}
for cam_id in self.board_config['cameras']:
Expand Down
2 changes: 1 addition & 1 deletion resources/depthai_boards
Submodule depthai_boards updated 1 files
+91 −0 PERCEPT.json

0 comments on commit 36cddb9

Please sign in to comment.