Skip to content

Commit f579f50

Browse files
committed
calibration_flash example fix
1 parent 98d167c commit f579f50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

depthai-core

examples/calibration/calibration_flash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
args = parser.parse_args()
1313

1414
# Connect device
15-
with dai.Device(dai.UsbSpeed.HIGH) as device:
15+
with dai.Device(dai.OpenVINO.VERSION_UNIVERSAL, dai.UsbSpeed.HIGH) as device:
1616

1717
deviceCalib = device.readCalibration()
1818
deviceCalib.eepromToJsonFile(calibBackUpFile)

0 commit comments

Comments
 (0)