A colleague of mine tried Skeltrack before and it worked flawlessly.
If you are able to get a backtrace, I could try to check what's wrong.
Otherwise it is gonna be difficult.
--
Joaquim Rocha
http://www.joaquimrocha.com
Hi Joaquim,The library looks really nice.I was wondering if you have any plans of releasing a non glib version?It would make using it on osx and win32 even iOS a lot easier.
Also another contentious question :) any chance of a BSD, MIT, APACHE or LGPL license?
Skeltrack is LGPL:
I think coming from a community where we have to support a lot of different platforms I usually prefer libraries which use minimal dependancies.What was nice about libfreenect was it used the bare minimum it needed to to get the job done. This meant getting it to work on mac and windows was a pretty easy task.I'm going to play with getting Skeltrack running on os x and see how much work it is. ( I know it is a lot to ask to rip gio and glib out of the project :)In general though the closer it is to vanilla c or c++ the easier it will be to have other people join in on the project.
Anyway congratulations - it looks like a really nice alternative to OpenNi and Microsoft's SDK.