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" />
paket add Stereolabs.zed --version 3.4.0
#r "nuget: Stereolabs.zed, 3.4.0"
// Install Stereolabs.zed as a Cake Addin #addin nuget:?package=Stereolabs.zed&version=3.4.0 // Install Stereolabs.zed as a Cake Tool #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
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.2.1 | 106 | 10/16/2024 |
4.1.0 | 322 | 4/4/2024 |
4.0.7 | 453 | 9/25/2023 |
4.0.6.1 | 219 | 8/10/2023 |
4.0.5 | 276 | 7/6/2023 |
4.0.4 | 195 | 6/27/2023 |
4.0.1 | 314 | 4/11/2023 |
4.0.0 | 258 | 3/30/2023 |
3.8.0 | 616 | 10/19/2022 |
3.7.11 | 874 | 3/28/2022 |
3.7.0 | 515 | 2/25/2022 |
3.6.0 | 518 | 10/20/2021 |
3.5.0 | 493 | 4/22/2021 |
3.4.0 | 467 | 1/25/2021 |
3.3.1-rc | 327 | 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.