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.
1 parent 98d167c commit f579f50Copy full SHA for f579f50
depthai-core
examples/calibration/calibration_flash.py
@@ -12,7 +12,7 @@
12
args = parser.parse_args()
13
14
# Connect device
15
-with dai.Device(dai.UsbSpeed.HIGH) as device:
+with dai.Device(dai.OpenVINO.VERSION_UNIVERSAL, dai.UsbSpeed.HIGH) as device:
16
17
deviceCalib = device.readCalibration()
18
deviceCalib.eepromToJsonFile(calibBackUpFile)
0 commit comments