Conversation
|
Why not use environment variables to find OpenNI and NIT files? They automatically add these when installing. |
|
May you tellme how can i disable the skeleton tracking when im executing a .oni recorded video? Im trying to capture myself and play the recorded video at same time and when im tracking my selft and I launch de video, the system starts tracking the video instead of me :( I want to show in screen both images: My problem is, that when im tracking myself, i want to show recorded videos without tracking the previously recorded .oni Here is an example: http://tinypic.com/r/1zn777n/6 void testApp::draw(){ } I beg for help. Thanks. |
|
Did it myselft. |
Hi Matt,
I've fixed some portability issues with your ofx addon.
Now the solution is compiling out of the box.
the openni.lib is placed under {OF_DIR}\libs\openni\lib\vs2010
the sample directory shifted up one directory (hope it doesn't break on mac build) - it's easier that way than to have multiple directories across ofx dir. (copying outside the git dir is a bummer when branching/switching, etc.)
please review it and merge it in if you like.
Cheers,
Eran