is there any document for C# API? #11201
-
Hi, guys. references : is there any other things? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @noodle875 The only official documentation page for the C# wrapper other than the instructions is the C# Cookbook page of example code and the Pinvoke system for accessing C++ from within the C# wrapper. https://github.com/IntelRealSense/librealsense/tree/master/wrappers/csharp/Documentation You can find references about the C# versions of particular SDK instructions by doing a web search and starting the search with the words librealsense c#. The search will therefore prioritize results from this librealsense support forum that relate to C#. For example: librealsense c# querydevices |
Beta Was this translation helpful? Give feedback.
-
That's great to hear - thanks again! :) |
Beta Was this translation helpful? Give feedback.
Hi @noodle875 The only official documentation page for the C# wrapper other than the instructions is the C# Cookbook page of example code and the Pinvoke system for accessing C++ from within the C# wrapper.
https://github.com/IntelRealSense/librealsense/tree/master/wrappers/csharp/Documentation
You can find references about the C# versions of particular SDK instructions by doing a web search and starting the search with the words librealsense c#. The search will therefore prioritize results from this librealsense support forum that relate to C#. For example: librealsense c# querydevices