Closed natxopedreira closed 5 years ago
Some snapshots
One update, if i put the project on the same folder as nuitrack demos it runs so seems related to some files are need when running.
I tried to especify the config file in init method but still do not work and get a crash. tracker->init();
How is possible that in the example file is not putting the path to the config file? Can you tell me what is the project structure need to be able to run the example?
Thanks
Ok, the issue was that i was putting the openni2.dll in the same level as my exe, so i need also to put openni folder. If you do not put that dll nuitrack will look for the dependences in the install folder.
Hello
Trying to use this addon, at first i had problems about a crash asking for a config file (i used the same as in the nuitrack installation) some dll missing and a middleware folder (i put that folder on the same level as bin folder).
And now the app compiles and run but the depth and rgb image do not refresh, i mean i only get one frame and stop capturing.
Do not know if im missing something or i did something wrong.
My setup is kinect v2, win 8.1, of 0.10.1
Thank you