Commit 716305b
committed
Squashed
Add workflow dispatch to release action
Use __version__ instead of hard-corded value
Remove redundant files
Remove unfinished examples
Bump version to 1.11.0
Merge remote-tracking branch 'origin/develop' into develop
Change auto IR docs
Add docs for auto IR feature
Increase threshold for auto IR continuous mode
Add auto IR example
Fix step size for IR dot projector
Fix typos
Remove prints from XoutDisparity
Update auto IR brightness optimization, refactor stereo component and Xouts
Rename get_sharpness to sharpness
[WIP] Modify IR optimization
Add setting of preview num frames pool
[WIP] Auto IR for stereo
Remove PySide2 from requirements.txt
Add crash reporting
Bump version to 1.11.0
Fix unscaled bbox coordinates
Remove problematic depthai_pipeline_graph submodule (#1041)
* remove problematic depthai_pipeline_graph submodule
* add depthai_pipeline_graph as a dependency rather than submodule.
* move to correct requirements file, fix depthai_pipeline_graph version, add pyside2 to dependencies
Fix 2-stage pipelines, updated colorization for facemesh
Reduce XLinkIn size (for Camera/Stereo control), which reduces 5MB of RAM per component
Add post action callback to RecordAction
Fix frame shape extraction
Refactor depthai_sdk.visualize
Add show_speed field to TrackingConfig
Fix speed calculation
Update calculate_speed example
Use self.name in XoutFrames.new_msg() when available
Use xout.name in RecordAction.setup()
Peripheral calibration merge (#1013)1 parent 3a99967 commit 716305b
File tree
31 files changed
+502
-583
lines changed- .github/workflows
- depthai_sdk
- docs/source
- features
- examples
- CameraComponent
- IMUComponent
- NNComponent
- StereoComponent
- mixed
- src/depthai_sdk
- components
- integrations
- integrations
- nn_models/facemesh_192x192
- oak_outputs/xout
- trigger_action/actions
- visualize
31 files changed
+502
-583
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
This file was deleted.
0 commit comments