-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
42 changes: 42 additions & 0 deletions
42
content/blog/2024/Development News/Introducing-ZED/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
categories: "Development News" | ||
author: "joreg" | ||
date: "2024-09-25" | ||
title: "Introducing: Support for ZED stereo cameras by Stereolabs" | ||
description: "For your depth-sensing needs" | ||
thumb: thumb.jpg | ||
--- | ||
|
||
Dear sensers of depth, | ||
|
||
we're happy to announce that we now have stable support for ZED stereo cameras by [Stereolabs](https://www.stereolabs.com/). | ||
|
||
[![](stereolabs-logo.svg)](https://www.stereolabs.com/) | ||
|
||
*"Human sight is remarkable. Our eyes see the world in high resolution color, across environments and conditions. We perceive depth and texture. We do more than notice our surroundings, we understand them. At Stereolabs, our mission is to enable machines to see like people do."* | ||
|
||
...and now available as an easily deployable option for your interactive vvvv projects! | ||
|
||
![Selection of depth cameras by Sterelabs](stereloabs-zed.png) | ||
|
||
Based on the [C# wrapper](https://www.nuget.org/packages/Stereolabs.zed) of their [ZED SDK](https://www.stereolabs.com/en-de/developers/release) we've created the [VL.Devices.ZED](https://www.nuget.org/packages/VL.Devices.ZED) package, implementing a node-set for you to quickly access the streams of one or multiple cameras in parallel. | ||
|
||
![](zed.png) | ||
|
||
The ZED SDK is quite extensive and we don't fully support it yet. Here are the parts that are currently implemented: | ||
* [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) | ||
|
||
...and the parts we can implement 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) | ||
|
||
## Credits | ||
|
||
Development of this library was started inhouse at [m box](https://github.com/m-box-de). | ||
|
||
If you have a request for custom development, don't hesitate to [get in touch](mailto:[email protected])! |
3 changes: 3 additions & 0 deletions
3
content/blog/2024/Development News/Introducing-ZED/stereloabs-zed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
content/blog/2024/Development News/Introducing-ZED/stereolabs-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.