hiroMTB / ofxNuitrack

openFrameworks addon for Nuitrack body tracking SDK
18 stars 4 forks source link

frames do not arrive #1

Closed natxopedreira closed 5 years ago

natxopedreira commented 5 years ago

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

natxopedreira commented 5 years ago

Some snapshots

https://ibb.co/S0vHNWD https://ibb.co/pKz3kmT

natxopedreira commented 5 years ago

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

natxopedreira commented 5 years ago

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.