Skip to content

Commit 7f12844

Browse files
authored
Remove duplicate line
1 parent 78920cf commit 7f12844

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)