An open API service indexing awesome lists of open source software.

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

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

[![AGPLv3](https://www.gnu.org/graphics/agplv3-155x51.png)](https://www.gnu.org/licenses/agpl-3.0.html)

Licensed under the [AGPLv3](https://www.gnu.org/licenses/agpl-3.0.html).