Hello Luxonis Team,
We are developing solution using c#. Do you have API for C#?
If yes, provide links.
If not, what is other solution for this.
C# API for capturing image
Hi @SwapnilBhole
We don't currently have a C# api. Depends on what you are trying to achieve, there are options like using shared memory blocks between languages so you can utilize the API on C#.
Thoughts?
Thanks,
Jaka
we have to capture only image. suggest method/sample code for capturing image using C# api
Hi @SwapnilBhole
Found this simple wrapper which is pretty up to date: emgucv/emgucvtree/master/Emgu.CV.Contrib/DepthAI
Thanks,
Jaka
Hi, i was trying it too and had some problems using the emgucv for adquisition:
My code breaks there:
monoRight.GetOutput().Link(xoutRight.GetInput());
Saying this error:
System.AccessViolationException: 'Attempted to read or write protected memory. This is often an indication that other memory is corrupt.'