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
- Host: GitHub
- URL: https://github.com/vvvv/vl.devices.zed
- Owner: vvvv
- Created: 2022-06-20T11:43:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T15:20:26.000Z (6 months ago)
- Last Synced: 2025-03-24T12:11:21.155Z (about 2 months ago)
- Topics: tracking, visual-programming, vl, vvvv, zed
- Language: C#
- Homepage:
- Size: 1.63 MB
- Stars: 7
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).