Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into develop
Browse files Browse the repository at this point in the history
# Conflicts:
#	.gitignore
#	depthai_sdk/setup.py
#	requirements.txt
  • Loading branch information
daniilpastukhov committed Apr 21, 2023
2 parents ffb4623 + 7cc38f3 commit ebaeaf7
Show file tree
Hide file tree
Showing 16 changed files with 1,385 additions and 913 deletions.
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/integrations/depthai_pipeline_graph"]
path = depthai_sdk/src/depthai_sdk/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.21.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

0 comments on commit ebaeaf7

Please sign in to comment.