NiWrapper.Net icon indicating copy to clipboard operation
NiWrapper.Net copied to clipboard

NiTE.Initialize(); Error

Open zhangyong550126140 opened this issue 2 years ago • 7 comments

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

zhangyong550126140 avatar Aug 31 '21 06:08 zhangyong550126140

Nite2 samples work ok for this device?

falahati avatar Aug 31 '21 10:08 falahati

no, back error!

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年8月31日(星期二) 晚上6:31 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [falahati/NiWrapper.Net] NiTE.Initialize(); Error (#26)

Nite2 samples work ok for this device?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

zhangyong550126140 avatar Aug 31 '21 11:08 zhangyong550126140

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

falahati avatar Aug 31 '21 11:08 falahati

i run "nite-windows-x64-2.2.0.5" samples is ok! use this nite2.dll (2.2.0.5) replease nite2.dll ,then back OK.

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年8月31日(星期二) 晚上7:32 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [falahati/NiWrapper.Net] NiTE.Initialize(); Error (#26)

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

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

zhangyong550126140 avatar Aug 31 '21 11:08 zhangyong550126140

so the problem is with the packaged version of nite?

falahati avatar Aug 31 '21 11:08 falahati

yes

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年8月31日(星期二) 晚上7:54 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [falahati/NiWrapper.Net] NiTE.Initialize(); Error (#26)

so the problem is with the packaged version of nite?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

zhangyong550126140 avatar Aug 31 '21 11:08 zhangyong550126140

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.

falahati avatar Aug 31 '21 12:08 falahati