y-mic
November 4, 2021, 9:01am
1
Hello.
I’m trying to implement hand tracking in NrealDevKit using NRSDK1.7.0.
I have installed and run the HandTracking scene in NRSDK>Demos in DevKit without modifying anything, but I can’t get hand tracking.
The following error was output when doing so.
Also, the same error occurs when I implement it as in the following document
https://nrealsdkdoc.readthedocs.io/en/v1.6.0/Docs/Unity_EN/Develop/Hand%20Tracking.html
Is there any way to resolve this?
Try this apk. mrtk+nreal hand tracking
If the apk works, check whether the ‘libezxr_model_210723.so’ exists in your own apk. Some version of NDK may cause the losing of the so.
bkc0286
November 10, 2021, 5:22am
3
Hello I have same Issue and I try the apk . However I also showed same error! I also try to build MRTK myself and only can get same error
zmdsjtu
November 10, 2021, 6:07am
4
If the apk works well. Downgrade the version of NDK may solve the problem.
bkc0286
November 10, 2021, 6:36am
5
Unfortunately, the apk you give to us do not works well … OTL
zmdsjtu
November 10, 2021, 7:29am
6
Did you change the clock and date of system? Make sure the system date is between 2021/10 and 2022/12…
bkc0286
November 10, 2021, 8:01am
7
WoW! It works! I didn’t connect the device with wifi and it was set to 2008, After changing the time, the application works very well!
I have the same problem but tried everything. Do not understand from where come the problem!?
zmdsjtu
December 6, 2021, 12:29pm
10
Try this apk. mrtk+nreal hand tracking
If the apk works, check whether the ‘libezxr_model_210723.so’ exists in your own apk. Some version of NDK may cause the losing of the so.
SDK1.7.0 supports oppo findx3 pro (SnapDragon 888), try this apk.
Hi is there a discord group do get some help on some specific questions
Can you please tell me how do you do to get pictures inside your environment?
Try to add android:extractNativeLibs=“true” in your Android Manifest…