Joaquim Rocha

Results 101 comments of Joaquim Rocha

Hmm, that macro just checks the type of the instance so if the instance correctly created, the test should never fail. To see if your C++ doesn't do funny things...

Hi noio, maybe you can debug and see which call "inside" the macro hangs. Probably it has to do with glib and not Skeltrack I suspect.

Hi Robin, The plan is to add more joints indeed, there is an attempt of adding legs but it is still very experimental so it hasn't been included yet. BTW,...

Hi @criverc , It's true Skeltrack needs to be improved to match more use cases and one due feature is detecting the lower body. @iaguis has made some experiments with...

Hi @criverc , The calculations were originally taken from the libfreenect wiki, I believe this must be the article: http://openkinect.org/wiki/Talk:Imaging_Information It's been a while since I tried that branch and...

You have to install GFreenect: https://github.com/elima/GFreenect

Hi, You should have gfreenect installed and in a known path (to include the header files) in order to build the examples. @mingjun90 , Sorry for such a big delay...

@denimalpaca The path has to be visible so if you installed it in your home dir, chances are that it is not picking it up. Try adding the dir where...

@Greeshma-babu what do you mean? The LD_LIBRARY_PATH? You set this environment variable to the directory where GFreenect is installed, like: export LD_LIBRARY_PATH=/usr/lib64/:/usr/local/lib/:/usr/local/lib64:/usr/lib/:$LD_LIBRARY_PATH before you compile Skeltrack's examples.

Sorry, it's been many years since I last compiled Skeltrack. It looks like it cannot find clutter. This is provided by `libclutter-1.0-dev` on Debian. I cannot unfortunately dedicate time to...