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

https://github.com/vvvv/vl.devices.zed

A package for using ZED depth cameras by Stereolabs in VL
https://github.com/vvvv/vl.devices.zed

tracking visual-programming vl vvvv zed

Last synced: about 1 month ago
JSON representation

A package for using ZED depth cameras by Stereolabs in VL

Awesome Lists containing this project

README

        

# VL.Devices.ZED
A package for using ZED depth cameras by [Stereolabs](https://www.stereolabs.com/) in VL.

For use with vvvv, the visual live-programming environment for .NET: http://visualprogramming.net

Implements:
* [Recording and Playback](https://www.stereolabs.com/docs/video/recording)
* [Depth Sensing](https://www.stereolabs.com/docs/depth-sensing)
* [Body Tracking](https://www.stereolabs.com/docs/body-tracking)

To be implemented on demand:
* [Positional Tracking](https://www.stereolabs.com/docs/positional-tracking)
* [Global Localization](https://www.stereolabs.com/docs/global-localization)
* [Spatial Mapping](https://www.stereolabs.com/docs/spatial-mapping)
* [Object Detection](https://www.stereolabs.com/docs/object-detection)
* [Fusion](https://www.stereolabs.com/docs/fusion/overview)

## Getting started
- Install [ZED SDK 4.2.x](https://www.stereolabs.com/developers/release/) (CUDA 11 or 12 as you prefer)
- Install as [described here](https://thegraybook.vvvv.org/reference/hde/managing-nugets.html) via commandline:

`nuget install VL.Devices.ZED`

- Usage examples and more information are included in the pack and can be found via the [Help Browser](https://thegraybook.vvvv.org/reference/hde/findinghelp.html)

## Useful Sterelabs links
- [Help Center](https://support.stereolabs.com/hc/en-us)
- [Documentation](https://www.stereolabs.com/docs)
- [C# API](https://www.stereolabs.com/docs/api/csharp)

## Contributing
- Report issues on [the vvvv forum](https://discourse.vvvv.org/c/vvvv-gamma/28)
- For custom development requests, please [get in touch](mailto:[email protected])
- When making a pull-request, please make sure to read the general [guidelines on contributing to vvvv libraries](https://thegraybook.vvvv.org/reference/extending/contributing.html)

## Credits
Initial development by [m box](https://github.com/m-box-de).