https://github.com/kiki-i/depthai-aligned-depth-from-recording
Get aligned depth from RGB and stereo video which record with DepthAI OAK-D
https://github.com/kiki-i/depthai-aligned-depth-from-recording
depthai oak-d stereo
Last synced: 4 months ago
JSON representation
Get aligned depth from RGB and stereo video which record with DepthAI OAK-D
- Host: GitHub
- URL: https://github.com/kiki-i/depthai-aligned-depth-from-recording
- Owner: kiki-i
- License: agpl-3.0
- Created: 2023-03-04T07:28:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T06:09:25.000Z (about 3 years ago)
- Last Synced: 2024-05-06T09:32:24.921Z (about 2 years ago)
- Topics: depthai, oak-d, stereo
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# depthai-aligned-depth-from-recording
```
Get aligned depth from RGB and stereo video which record with DepthAI OAK-D
options:
-h, --help show this help message and exit
-p, --preview Show preview
-i, --input Input files directory path, default="input"
-o, --out Output directory path, default="output"
-m, --mode Depth mode: ["density", "accuracy"], default value is "density"
-s, --subpixel Enable subpixel disparity
-e, --extended Enable extended disparity
```
## Dependencies
* depthai
* numpy
* opencv-python
## License
[](https://www.gnu.org/licenses/agpl-3.0.html)
Licensed under the [AGPLv3](https://www.gnu.org/licenses/agpl-3.0.html).