-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RSDK-8402] Migrate from OakCamera to DepthAI v3 (#51)
* Add new validating flow; Remove ffc model from meta.json and code; Reorganize files * Make lint * Remove immediate model assignment * Remove undeclared var * Add impl * Fix up merge more: * Make lint * Address logging craziness * Change default dimensions * Change config obj names to better camel case * Fix this logging stuff ugh * Make lint * Change dir structure in preparation for service * Change logger names one more time for clarity * Fix hanging event loop bug * Migrate from OakCamera SDK to DepthAI v3 * Fix weird merge resolution and bolster integration tests * Change language of log and comments to reflect SDK change * Don't double set rgb/bgr support * Fix typo in func name * Why was canon.yaml gitignored? My bad * Unhardcode defaults and also clean up defaults const vars * Exit configure with more clear failure * Make lint
- Loading branch information
Showing
7 changed files
with
294 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# This file provides project-level configuration for the canon dev environment utility. https://github.com/viamrobotics/canon | ||
oak: | ||
default: true | ||
image_arm64: ghcr.io/viamrobotics/cloud-build-base:arm64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.