Skip to content

Commit cf6877b

Browse files
committed
Changing submodules
1 parent 36be75f commit cf6877b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

calibrate.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ def __init__(self):
359359
cameraProperties = self.device.getConnectedCameraFeatures()
360360
calibData = self.device.readCalibration()
361361
eeprom = calibData.getEepromData()
362+
#TODO Change only in getDeviceName in next revision.
362363
if self.args.board:
363364
self.board_name = self.args.board
364365
board_path = Path(self.args.board)
@@ -660,7 +661,7 @@ def show(position, text):
660661

661662
show((50, int(height / 2 - 40)),
662663
"Capture failed, unable to sync images!")
663-
show((60, int(height / 2 + 40)), "Fix the argument -mts.")
664+
show((60, int(height / 2 + 40)), "Fix the argument -mst.")
664665

665666
# cv2.imshow("left", info_frame)
666667
# cv2.imshow("right", info_frame)

depthai_calibration

resources/depthai_boards

Submodule depthai_boards updated 53 files

0 commit comments

Comments
 (0)