stereolabs / zed-csharp-api

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

Full C# API?? #1

Closed LudoTexx closed 4 years ago

LudoTexx commented 4 years ago

Hello,

So... i just found this page while checking Zed github randomly...

This is true, a full C# API for the zed cam??? Streaming, detection, etc... without C++??

Please tell me is true..., did you have date for release ???? Is this stable actually??

That very awesome guys, thank you !!!!!!

obraun-sl commented 4 years ago

Hi, This is a wrapper around C++ API. Therefore it calls inside the C++ functions but all your code will be in C#. It contains all the functions of the ZED SDK 3.1. This is stable and the first version. Just clone this repository.

LudoTexx commented 4 years ago

Did you have any idea about a date for streaming Function ?

obraun-sl commented 4 years ago

It's already available : On Sender , use EnableStreaming() function On Reciever, use initParameters.ipStream and initParameters.portStream

LudoTexx commented 4 years ago

Thank you, Can i receive stream from c++ sender to C# receiver? I try but that doesnt work, but receiver work in c++.

Edit : work !

need to add : init_params.inputType = INPUT_TYPE.INPUT_TYPE_STREAM

👍