<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    hi hans!<br>
    <br>
    the problem is that libfreenect from fink is not up to date.<br>
    the freenect_device_attributes struct isn't defined in the version
    from fink -&gt; you need that to create a freenect object with
    specific serial number.<br>
    <br>
    it works if you use latest libfreenect from git repo.<br>
    <br>
    i think there should be a new libfreenect release coming soon. at
    least there are discussions going on in the openkinect newsgroup
    about that.<br>
    <br>
    maybe you can update the libfreenect fink package?<br>
    it is also needed for pix_freenect.<br>
    <br>
    matthias<br>
    <br>
    <br>
    Am 21.01.12 07:13, schrieb Hans-Christoph Steiner:
    <blockquote cite="mid:68C6C7B6-EFF3-42C1-8917-760BE39C8057@at.or.at"
      type="cite">
      <pre wrap="">
I tried the [freenect] object but the C code doesn't build.  I got these errors:

gcc -I/Users/hans/auto-build/pd-extended/externals/Gem/src -I/Applications/Pd-extended.app/Contents/Resources/include -I/sw/include/libfreenect -I/sw/include -g -fast -msse3 -o freenect.o -c freenect.c
freenect.c: In function ‘freenect_bang’:
freenect.c:55: error: dereferencing pointer to incomplete type
freenect.c:56: error: dereferencing pointer to incomplete type
freenect.c: In function ‘freenect_new’:
freenect.c:172: error: dereferencing pointer to incomplete type
freenect.c:173: error: dereferencing pointer to incomplete type

Also, I made a Makefile that works for me:
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">

.hc

On Jan 9, 2012, at 3:26 AM, Matthias Kronlachner wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">i added a small external that allows to control motor/led of Kinect and can output the accelerometer data via libfreenect.

you can use this in combination to pix_openni.
get it here:

<a class="moz-txt-link-freetext" href="https://github.com/kronihias/freenect">https://github.com/kronihias/freenect</a>

just the audio external with resampling included missing.... somebody willing to help?

matthias

Am 09.01.12 07:21, schrieb Budi Prakosa:
</pre>
        <blockquote type="cite">
          <pre wrap="">awesome!!

On Mon, Jan 9, 2012 at 8:18 AM, Matthias Kronlachner
<a class="moz-txt-link-rfc2396E" href="mailto:m.kronlachner@student.tugraz.at">&lt;m.kronlachner@student.tugraz.at&gt;</a>  wrote:
</pre>
          <blockquote type="cite">
            <pre wrap="">hello again!

if you want to use skeleton data and hand tracking (similar to OSCeleton)
combined with rgb and depth streams from Kinect Sensor you can do this with
the new pix_openni external. get it here:

<a class="moz-txt-link-freetext" href="https://github.com/kronihias/pix_openni">https://github.com/kronihias/pix_openni</a>

binaries for osx in build folder.
you will need to install OpenNI, NITE and SensorKinect -&gt;  see README

initialization of openni and nodes needs some time and pd freezes - keep
that in mind!
i hope it's stable, i haven't tested it excessively now.

currently it supports just 1 kinect sensor. i don't have access to two
cameras in the near future so help would be appreciated.


matthias


Am 05.01.12 09:17, schrieb Matthias Kronlachner:

hi everybody!

i did a update to my pix_freenect external for kinect and moved it into a
git repo.
get it here: <a class="moz-txt-link-freetext" href="http://github.com/kronihias/pix_freenect">http://github.com/kronihias/pix_freenect</a>

ready to use binaries for osx (including libusb&amp;libfreenect) are in the
build folder.

major improvements:
*    open specific Kinect sensor by serial number, not only by id (that may
change every time pd is restarted) – useful for multiple Kinect
installations
*    output registered depthmap -&gt;  rgb and depth images are aligned (less
offset between those two pictures - depending on distance)
*    output depthmap directly as millimeter values (16 bit in red&amp;  green
channels)
*    resolution of rgb image can be set to 1280×1024

i also added a folder with examples - currently just one but i hope there
will come more soon....

have fun.

matthias


_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list
UNSUBSCRIBE and account-management -&gt;
<a class="moz-txt-link-freetext" href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a>



_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list
UNSUBSCRIBE and account-management -&gt;
<a class="moz-txt-link-freetext" href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a>

</pre>
          </blockquote>
          <pre wrap="">

</pre>
        </blockquote>
        <pre wrap="">

_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list
UNSUBSCRIBE and account-management -&gt; <a class="moz-txt-link-freetext" href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a>
</pre>
      </blockquote>
      <pre wrap="">


----------------------------------------------------------------------------

There is no way to peace, peace is the way.       -A.J. Muste


</pre>
    </blockquote>
    <br>
  </body>
</html>