You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/ImageAlign/thermal_align.py
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
#!/usr/bin/env python3
2
2
3
+
"""
4
+
Due to an issue with our calibration, you might receive the following error when running this script on early release OAK Thermal devices:
5
+
```bash
6
+
[ImageAlign(4)] [error] Failed to get calibration data: Extrinsic connection between the requested cameraId's doesn't exist. Please recalibrate or modify your calibration data
7
+
```
8
+
If this happens, please download the calibration data + script from https://drive.google.com/drive/folders/1Q_MZMqWMKDC1eOqVHGPeDO-NJgFmnY5U,
9
+
place them into the same folder, connect the camera to the computer and run the script. This will update the
10
+
calibration and add required extrinsics between the camera sensors.
0 commit comments