Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
186abae
Added WIP Image Align for visualization
saching13 Aug 9, 2022
5113b6b
Working calibration with SYnc
saching13 Aug 10, 2022
fcc4f4c
added board config files
saching13 Aug 10, 2022
e52e734
Updated the ar0234 res
saching13 Aug 15, 2022
562d331
Updated mono in json
saching13 Aug 15, 2022
d9105b1
Added Output Scale factor and removed the orientation check
saching13 Aug 15, 2022
48cdb67
Fixed the osf
saching13 Aug 15, 2022
f177b01
Fixed capture issue with different names
saching13 Aug 15, 2022
507ede9
updated links translation
saching13 Aug 16, 2022
46f8b1f
WIP structure and vertical Stereo calibration
saching13 Aug 17, 2022
03766f3
Fixed flashing issues
saching13 Aug 19, 2022
84dd899
updatec req condfitions
saching13 Aug 22, 2022
16f6e28
added exception msg
saching13 Aug 22, 2022
7b81117
removed try catch and writing board names
saching13 Aug 22, 2022
1b356df
adding rect data
saching13 Aug 22, 2022
64d5828
Updated rectification flash
saching13 Aug 22, 2022
c9bc18e
Removed comments
saching13 Aug 24, 2022
38e6102
Added rotation to polygons
saching13 Sep 8, 2022
861f9e3
Polygon flex (#789)
saching13 Sep 12, 2022
00acebb
Modified the board file
saching13 Sep 14, 2022
63b5adb
added debugs
saching13 Sep 15, 2022
7372329
tweaked intrinsics in use
saching13 Sep 17, 2022
085b4a6
iterative method added but commented
saching13 Sep 17, 2022
6d3964a
cleanedup image sizes and better ep errors
saching13 Sep 30, 2022
e959a06
adapt calib script to main depthai
daxoft Oct 8, 2022
1067cb2
Fixed config error
saching13 Oct 13, 2022
7091b7d
changed to features in calibration
saching13 Nov 5, 2022
aebdb17
adjust horizontal values
saching13 Nov 5, 2022
eb13e6f
Tuning calibration testing epipolar error
saching13 Nov 5, 2022
f98e1a2
oak-d-sr calibration
daxoft Nov 11, 2022
b13295f
Merge remote-tracking branch 'origin/main' into modular-calibration
saching13 Nov 17, 2022
ac471ad
Added error for file
saching13 Nov 17, 2022
222135f
Merge branch 'modular-calibration' into daxoft/calib_impl
daxoft Nov 18, 2022
6ebc996
add hasAutoFocus check back
daxoft Nov 18, 2022
890ff34
Merge branch 'daxoft/calib_impl' into modular-calibration
njezersek Nov 18, 2022
2aed459
changed to fix Intrinsics
saching13 Nov 22, 2022
e46be35
Merge remote-tracking branch 'origin/modular-calibration' into modula…
saching13 Nov 22, 2022
f91b533
Merge remote-tracking branch 'origin/main' into modular-calibration
saching13 Dec 13, 2022
ed1542b
cleared old file
saching13 Dec 13, 2022
a8024fa
Added OAK-D-LR support
themarpe Dec 23, 2022
fa57c7d
add oak-d-cm4-c11 calibration file
daxoft Jan 17, 2023
795f7e7
Add support for IMX296 camera
themarpe Feb 2, 2023
eec047a
Check if markers were detected on undistorted image (#927)
njezersek Feb 16, 2023
a2d8995
Merge branch 'main' into modular-calibration
Erol444 Mar 12, 2023
a541301
Fix default lens position for OAK-D-LITE
njezersek Mar 28, 2023
d4cd8e3
Use board files from depthai-boards submodule
njezersek Mar 28, 2023
790d314
Download submodules automatically if they're missing
njezersek Mar 28, 2023
0c32f0d
Modular calibration lr (#984)
njezersek Apr 3, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ share/python-wheels/
MANIFEST
*.idea
# DepthAI-Specific
dataset/
dataset*
.fw_cache/
depthai.calib
mesh_left.calib
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "depthai_sdk/src/depthai_sdk/components/integrations/depthai_pipeline_graph"]
path = depthai_sdk/src/depthai_sdk/components/integrations/depthai_pipeline_graph
url = https://github.com/luxonis/depthai_pipeline_graph
[submodule "resources/depthai_boards"]
path = resources/depthai_boards
url = https://github.com/luxonis/depthai-boards
833 changes: 666 additions & 167 deletions calibrate.py

Large diffs are not rendered by default.

1,322 changes: 714 additions & 608 deletions depthai_helpers/calibration_utils.py

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ pyqt5>5,<5.15.6 ; platform_machine != "armv6l" and platform_machine != "armv7l"
--extra-index-url https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local/
depthai==2.20.2.0
Qt.py
scipy
13 changes: 0 additions & 13 deletions resources/boards/ACME01.json

This file was deleted.

13 changes: 0 additions & 13 deletions resources/boards/BW1097.json

This file was deleted.

12 changes: 0 additions & 12 deletions resources/boards/BW1098OBC.json

This file was deleted.

12 changes: 0 additions & 12 deletions resources/boards/DM2097.json

This file was deleted.

12 changes: 0 additions & 12 deletions resources/boards/OAK-D-CM4-POE.json

This file was deleted.

13 changes: 0 additions & 13 deletions resources/boards/OAK-D-CM4.json

This file was deleted.

12 changes: 0 additions & 12 deletions resources/boards/OAK-D-IoT-40.json

This file was deleted.

12 changes: 0 additions & 12 deletions resources/boards/OAK-D-LITE.json

This file was deleted.

13 changes: 0 additions & 13 deletions resources/boards/OAK-D-PRO-W.json

This file was deleted.

13 changes: 0 additions & 13 deletions resources/boards/OAK-D-PRO.json

This file was deleted.

13 changes: 0 additions & 13 deletions resources/boards/OAK-D-W.json

This file was deleted.

1 change: 1 addition & 0 deletions resources/depthai_boards
Submodule depthai_boards added at e9dfca