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.

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, 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.'

Hi @hcarrion ,
As we don't support this API ourselves, please contact the maintainers directly.