Skip to content
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

NiTE.Initialize(); Error #26

Open
zhangyong550126140 opened this issue Aug 31, 2021 · 7 comments
Open

NiTE.Initialize(); Error #26

zhangyong550126140 opened this issue Aug 31, 2021 · 7 comments

Comments

@zhangyong550126140
Copy link

I use NiTE.Initialize(); Error

       var niState = OpenNI.Initialize();
        //Debug.Log($"OpenNI state:{niState}  Ver:{OpenNI.Version}");
        var niTEstate = NiTE.Initialize();
        Debug.Log($"NiTE state:{niTEstate}  Ver:{NiTE.Version}");
        if (niTEstate != NiTE.Status.Ok)
        {
            Console.ReadKey();
            return;
        }

win7,x64 system
ee
cc

@falahati
Copy link
Owner

Nite2 samples work ok for this device?

@zhangyong550126140
Copy link
Author

zhangyong550126140 commented Aug 31, 2021 via email

@falahati
Copy link
Owner

falahati commented Aug 31, 2021

if the actual samples provided by Nite2 setup do fail as well, I am not sure that the wrapper can do about it.

@zhangyong550126140
Copy link
Author

zhangyong550126140 commented Aug 31, 2021 via email

@falahati
Copy link
Owner

so the problem is with the packaged version of nite?

@zhangyong550126140
Copy link
Author

zhangyong550126140 commented Aug 31, 2021 via email

@falahati
Copy link
Owner

ok; thanks for reporting it :) will add a disclaimer for people to replace the file if they have encountered any problem with the packaged version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants