Skip to content

Commit 6823264

Browse files
authored
Merge pull request #540 from MambaWong/main
Remove duplicate line
2 parents 78920cf + 7f12844 commit 6823264

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/calibration/calibration_reader.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
print(width)
2121
print(height)
2222

23-
M_rgb, width, height = calibData.getDefaultIntrinsics(dai.CameraBoardSocket.RGB)
24-
2523
M_left = np.array(calibData.getCameraIntrinsics(dai.CameraBoardSocket.LEFT, 1280, 720))
2624
print("LEFT Camera resized intrinsics...")
2725
print(M_left)

0 commit comments

Comments
 (0)