Description
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