Skip to content

Commit 4ad170c

Browse files
committed
Add calibrate.py
1 parent e4df6a7 commit 4ad170c

File tree

2 files changed

+1275
-0
lines changed

2 files changed

+1275
-0
lines changed

utilities/calib_requirements.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
requests==2.26.0
2+
--extra-index-url https://www.piwheels.org/simple
3+
numpy>=1.21.4,<2.0.0 # For RPi Buster (last successful build) and macOS M1 (first build). But allow for higher versions, to support Python3.11 (not available in 1.21.4 yet)
4+
opencv-contrib-python==4.5.5.62 # Last successful RPi build, also covers M1 with above pinned numpy (otherwise 4.6.0.62 would be required, but that has a bug with charuco boards). Python version not important, abi3 wheels
5+
--extra-index-url https://artifacts.luxonis.com/artifactory/luxonis-depthai-data-local/wheels/
6+
pyqt5>5,<5.15.6 ; platform_machine != "armv6l" and platform_machine != "armv7l" and platform_machine != "aarch64" and platform_machine != "arm64"
7+
depthai
8+
Qt.py
9+
scipy
10+
matplotlib

0 commit comments

Comments
 (0)