-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C# wrapper completeness and problems with adding missing methods #3
Comments
Hi, James |
Thanks James, I also used But I'm a bit confused because as I feel the C# wrapper methods, the documentation, C++ sample codes , the dll content and the .h files are not in sync. There are method in .h files which are not in the dll as exported methods. Is the C# wrapper complete? |
We will go to enhance this C# code and fix the issue in October. |
Hi,
Thank you for this wrapper. It helped a lot.
When we implemented our solution, sometimes we found some methods we wanted to use, but we could not find in the C# wrapper.
Finally we were able to substitute them with another method calls, but it would be good to know if this wrapper complete or some methods still need to be added, and if so, than will you add them, or it is better if we do it ourselves.
We tried to extend the C# wrapper (
src/obNative.cs
) by adding methods defined in the OrbbecSDK/include/libosensor/*.h files.E.g. We tried to add wrapper for
ob_extrinsic ob_stream_profile_get_extrinsic_to(ob_stream_profile *source, ob_stream_profile *target, ob_error **error);
which is defined in the
OrbbecSDK/include/libosensor/StreamProfile.h
file.But it can't be found in the dll. (we tried the version in https://github.com/orbbec/OrbbecSDK_CSharp repo, and the latest SDK too
Where can we find the list of methods which should be presented in the dll-s as exported ones?
Thank you,
András
The text was updated successfully, but these errors were encountered: