Skip to content

Commit 32a3ef0

Browse files
committed
Add a note on thermal_align to fix extrisnics
1 parent bb2e284 commit 32a3ef0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

examples/ImageAlign/thermal_align.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
#!/usr/bin/env python3
22

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.
11+
"""
12+
313
import cv2
414
import depthai as dai
515
import numpy as np

0 commit comments

Comments
 (0)