We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78920cf + 7f12844 commit 6823264Copy full SHA for 6823264
examples/calibration/calibration_reader.py
@@ -20,8 +20,6 @@
20
print(width)
21
print(height)
22
23
- M_rgb, width, height = calibData.getDefaultIntrinsics(dai.CameraBoardSocket.RGB)
24
-
25
M_left = np.array(calibData.getCameraIntrinsics(dai.CameraBoardSocket.LEFT, 1280, 720))
26
print("LEFT Camera resized intrinsics...")
27
print(M_left)
0 commit comments