-
Notifications
You must be signed in to change notification settings - Fork 2
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
Problems with implementing PostProcessing filters #1
Comments
@obwh Please take a look at this issue. |
We will release C# SDK cover all C++ OpenOrbbecSDK API next month, thank you! |
Hi, thanks for updating this repo, it's good to see it's in active development.
but that doesn't compile as it's expecting a string, not string*. If you could please point me in the right direction to solve these issues I'm happy to finish implementing all the filters and submit a PR to contribute. Thanks |
I understand what you mean,How can we use the post-processing filters that are not enabled by default in the recommended list? I will inform our C# development colleagues to take a look. |
Hi!
First, thanks for sharing this wrapper, it's very useful though could do with being signposted from eg https://www.orbbec.com/developers/orbbec-sdk/, I spent a while messing around with C++ before finding this.
In my fork (https://github.com/jb455/OrbbecSDK_CSharp/tree/postprocessing) I'm trying to implement PostProcessing filters so I can use them in my project but I'm having a couple of errors when running it:
System.AccessViolationException
I'm guessing both are these are from how I'm initialising the
Filter
from theFilterList
here but I'm not sure how to do it otherwise, it seems to follow the pattern used in similar cases like streamprofiles etc. Does anyone have any ideas please? Also, is the source for the C++ API available anywhere so I can see how it implements the C and emulate that for the C# wrapper?I added a PostProcessing sample too which you can run to see the errors, though I'm not very well versed on cmake stuff so it's in as a csproj for now.
Thanks
James
The text was updated successfully, but these errors were encountered: