stereolabs / zed-csharp-api

C# API for the ZED SDK
MIT License
10 stars 3 forks source link

XamlParseException - DllNotFoundException #3

Closed LudoTexx closed 4 years ago

LudoTexx commented 4 years ago

Hey,

I have an issue with C# wrapper since i have fresh reformat my computer.

I have re-install in this order :

Visual studio 2019 Cuda 10.2 / 11 zed SDK 3.2.0

But when i try to use the dll, i got this error (runtime only, compilation ok) : zedError

My release output folder (with both zed dll) :

zedError2

Any idea? work fine on antoher computer with previous version SDK (3.1.2)

obraun-sl commented 4 years ago

Hi, sl_zed_interface is not yet compatible with SDK 3.2.0. It will be soon compatible. In the meantime, please use the v3.1 SDK version.

LudoTexx commented 4 years ago

Ok, thank you, any realese date? We are in end of project.

Fast question, did the ZED sdk have an optic stabilisation option, lot of vibration on embed system (excavator)?

obraun-sl commented 4 years ago

Release Date : Before end of the week for sure. Optic Sabilisation : Not in the camera. You can use some rubber gimbal to reduce vibration

LudoTexx commented 4 years ago

Hello, any solution for working with SDK 3.2.0?

obraun-sl commented 4 years ago

You can use the branch sdk_3.2 for compatibility with ZED SDK 3.2.0 https://github.com/stereolabs/zed-csharp-api/tree/sdk_3.2

LudoTexx commented 4 years ago

You can use the branch sdk_3.2 for compatibility with ZED SDK 3.2.0 https://github.com/stereolabs/zed-csharp-api/tree/sdk_3.2

Solved