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

https://github.com/kiki-i/depthai-aligned-depth-recording

Record RGB and aligned depth with DepthAI OAK-D
https://github.com/kiki-i/depthai-aligned-depth-recording

depthai oak-d stereo

Last synced: 4 months ago
JSON representation

Record RGB and aligned depth with DepthAI OAK-D

Awesome Lists containing this project

README

          

# depthai-aligned-depth-recording

```
Record RGB and aligned depth with DepthAI OAK-D

options:
-h, --help show this help message and exit
-p, --preview Show preview, nothing will be recorded
-o, --out Output directory path, default value is "output"
-m , --mode Depth mode: ["density", "accuracy"], default value is "density"
-s, --subpixel Enable subpixel disparity
-e, --extended Enable extended disparity
-f, --fps Specify FPS, default value is "30"
--rgbres RGB camera resolution: ["12mp", "4k", "1080p"], default value is "1080p"
--monores Mono camera resolution: ["800p", "720p", "400p"], default value is "720p"
```

## 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).