Roy Macdonald
Roy Macdonald
Hi Dario, wow thats a lot. Thanks. Along with @bakercp, @HalfdanJ and @genekogan we were discussing this https://github.com/bakercp/ofxDlib/issues/1 It would be great if you want to join us! The idea...
Hi, thanks. This is great, but have you seen this addon https://github.com/bakercp/ofxDlib It's not the same as mine. We are planning to merge both into a single one. Maybe it...
@kashimAstro ha, no worries :) There are several way for just leaving two files in the PR. although I think that the best way would be to make a new...
Hey @genekogan Thanks! Actually there's no reason for not having using ofxLearn as a starting point. All this begun when andy dayton was asking in the OF forum how to...
Hi Matthew, did you add an oni recording and correctly linked it in the following line https://github.com/roymacdonald/kinectToTexturedOBJ/blob/master/src/testApp.cpp#L14 in my code that means that I have the "test0.oni" file inside the...
hi, yes you need a recording. the oni file must be created before you execute my code. there's a oni recorder example within ofxOpenNI. You can use it to create...
Great! Theres nothing implemented to set the depth threshold but ofxopeni has a method to do so, so it should be really straight forward to implement. Openni doesnt have options...
Hi, try using the app with your kinect disconected. Also make sure that you've quited any other app that might use the kinect. as for the log info you pasted...
Hi, there seems to be a problem with some of the last commits to ofxOpenNI. I'm experimenting the same issues because I updated to the most recent version of ofxOpenNI....
ok, as there's no fix for this so far in ofxOpenNi, go to ofxOpenNI.cpp, search for lock(mutex) and replace by lock() this should fix this issue. BTW, this is for...