<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.2.2">
</HEAD>
<BODY>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
hi Ted,

> after compiling everything needed, I succeed to made freenect module 
> working perfectly.
good to hear that.

> So, I was hoping to have more luck with the OpenNI module and its advances
> detection algorythm
> but when I launch the example file in fluxus, no errors cames, all seems
> loaded but nothing appens.
the openni module in my svn repository is in a non working state, 
unfortunately. i managed to use openni from c++. i just need to find some 
time to make a fluxus module.

what functionality do you need from the openni module? depth and video 
textures and skeleton joints?

</PRE>
</BLOCKQUOTE>
What I'm looking for is a simple body location in space to adapt visuals with.<BR>
For more interesting effects, the movements would be interesting to play with velocity<BR>
of particles. Actually, the camera stream seems not very usable for this process.<BR>
I tried to get access to depth depth texture and extract pixels to compute the difference with previous frame.<BR>
This would get some movement representation but I couldn't manage the first step.<BR>
My last try was with (pixel-download) but the "c" pdata array stay at 0.<BR>
<BR>
<PRE>
<TT><FONT COLOR="#737373">> i just need to find some time to make a fluxus module.</FONT></TT>
</PRE>
<TT><FONT COLOR="#2e3436">in the meantime, you can try some openni applications that send skeleton </FONT></TT><BR>
<TT><FONT COLOR="#2e3436">data through osc.</FONT></TT><BR>
<TT><FONT COLOR="#2e3436">synapse: <A HREF="http://synapsekinect.tumblr.com/">http://synapsekinect.tumblr.com/</A></FONT></TT><BR>
<TT><FONT COLOR="#2e3436">they provide mac and windows binaries, but it's written in openframeworks, </FONT></TT><BR>
<TT><FONT COLOR="#2e3436">so it should be compilable in linux as well.</FONT></TT><BR>
<BR>
<TT><FONT COLOR="#2e3436">osceleton: <A HREF="https://github.com/Sensebloom/OSCeleton">https://github.com/Sensebloom/OSCeleton</A></FONT></TT><BR>
<BR>
<TT><FONT COLOR="#2e3436">the problem with these is that you only get skeleton data, no depth and </FONT></TT><BR>
<TT><FONT COLOR="#2e3436">video frames.</FONT></TT><BR>
<BR>
Indeed I tried with OSCeleton but got a annoying linker error.<BR>
This would be my best chance but I can't figure what is wrong.<BR>
Maybe this evoke something to you.<BR>
<BR>
/usr/bin/ld: liblo-0.26-modified/src/.libs/liblo_la-server_thread.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'<BR>
/usr/bin/ld: note: 'pthread_create@@GLIBC_2.2.5' is defined in DSO /lib/x86_64-linux-gnu/libpthread.so.0 so try adding it to the linker command line<BR>
/lib/x86_64-linux-gnu/libpthread.so.0: could not read symbols: Invalid operation<BR>
<BR>
Thanks for the answer.<BR>
<BR>
Cheers,<BR>
Ted VjBros
</BODY>
</HTML>