Stereolabs.zed
3.4.0
See the version list below for details.
dotnet add package Stereolabs.zed --version 3.4.0
NuGet\Install-Package Stereolabs.zed -Version 3.4.0
<PackageReference Include="Stereolabs.zed" Version="3.4.0" />
<PackageVersion Include="Stereolabs.zed" Version="3.4.0" />
<PackageReference Include="Stereolabs.zed" />
paket add Stereolabs.zed --version 3.4.0
#r "nuget: Stereolabs.zed, 3.4.0"
#:package Stereolabs.zed@3.4.0
#addin nuget:?package=Stereolabs.zed&version=3.4.0
#tool nuget:?package=Stereolabs.zed&version=3.4.0
C# wrapper for ZED SDK
Requires ZED SDK v3.4
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Stereolabs.zed:
Package | Downloads |
---|---|
VL.Devices.ZED
Support for using ZED stereo cameras by Stereolabs with vvvv |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
5.0.1 | 315 | 6/16/2025 |
5.0.0 | 270 | 3/31/2025 |
4.2.1 | 379 | 10/16/2024 |
4.1.0 | 402 | 4/4/2024 |
4.0.7 | 499 | 9/25/2023 |
4.0.6.1 | 273 | 8/10/2023 |
4.0.5 | 329 | 7/6/2023 |
4.0.4 | 250 | 6/27/2023 |
4.0.1 | 381 | 4/11/2023 |
4.0.0 | 321 | 3/30/2023 |
3.8.0 | 697 | 10/19/2022 |
3.7.11 | 961 | 3/28/2022 |
3.7.0 | 604 | 2/25/2022 |
3.6.0 | 610 | 10/20/2021 |
3.5.0 | 590 | 4/22/2021 |
3.4.0 | 566 | 1/25/2021 |
3.3.1-rc | 419 | 11/13/2020 |
- Added a parameter to import external OpenCV calibration files with
InitParameter.optionalOpencvCalibrationFile.
- Added Camera.UpdateSelfCalibration() function to launch a camera self calibration update process at runtime.
- Added sl.Resolution Camera.GetResolution(RESOLUTION resolution) function.
- Added skeletons keypoints confidence in ObjectData.keypointConfidence.
- Added a max range parameter for Object Detection module using ObjectDetectionParameters.maxRange.