<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Ah thanks, you have to install sed before trying to install openni.<br>
    <br>
    fink install sed<br>
    and then<br>
    fink install primesense-nite openni-sensor-avin2-sensorkinect<br>
    <br>
    pix_openni compiled successfully against fink version of openni and
    initialisation is also working for pix_openni.<br>
    but anyway i don't get an image or depth stream.<br>
    i will try again tomorrow.<br>
    <br>
    it's definitely much more comfortable to install openni, nite and
    sensorkinect via fink, thanks hans! <br>
    <br>
    matthias<br>
    <br>
    <br>
    Am 22.01.12 22:08, schrieb Hans-Christoph Steiner:
    <blockquote cite="mid:FE881E01-3129-4F83-AF49-9FEC1E3C3420@at.or.at"
      type="cite">
      <div><br>
      </div>
      <div>Ah, ok, try this:</div>
      <div><br>
      </div>
      <div>fink install
        sed primesense-nite openni-sensor-avin2-sensorkinect</div>
      <div><br>
      </div>
      <div>.hc</div>
      <br>
      <div>
        <div>On Jan 22, 2012, at 2:04 PM, Matthias Kronlachner wrote:</div>
        <br class="Apple-interchange-newline">
        <blockquote type="cite">
          <meta content="text/html; charset=windows-1252"
            http-equiv="Content-Type">
          <div bgcolor="#FFFFFF" text="#000000"> hi hans!<br>
            <br>
            thanks, but installing openni via fink still doesn't work
            for me.<br>
            i attached the logfile.<br>
            <br>
            i did selfupdate and cleanup before.<br>
            <br>
            does it work for someone else??<br>
            <br>
            matthias<br>
            <br>
            Am 21.01.12 05:03, schrieb Hans-Christoph Steiner:
            <blockquote
              cite="mid:EDF2C370-E604-43CC-80F7-C6479D7AC7BA@at.or.at"
              type="cite">
              <div><br>
              </div>
              <div>Another Fink update, I just added the avin2 driver,
                so now the recommended setup for the Kinect is:</div>
              <div><br>
              </div>
              <div>fink install
                primesense-nite openni-sensor-avin2-sensorkinect</div>
              <div><br>
              </div>
              <div>.hc</div>
              <br>
              <div>
                <div>On Jan 20, 2012, at 7:06 AM, Matthias Kronlachner
                  wrote:</div>
                <br class="Apple-interchange-newline">
                <blockquote type="cite">
                  <meta content="text/html; charset=windows-1252"
                    http-equiv="Content-Type">
                  <div bgcolor="#FFFFFF" text="#000000"> hi!<br>
                    <br>
                    i tried to install openni from fink but got an
                    error.<br>
                    -&gt; see attachment.<br>
                    <br>
                    i did fink selfupdate and fink update-all before.<br>
                    <br>
                    don't know how to fix that. maybe you can help.<br>
                    if i can manage to install openni + sensorkinect via
                    fink i will build it against the package and include
                    it to the install instructions.<br>
                    <br>
                    matthias<br>
                    <br>
                    <br>
                    Am 19.01.12 19:23, schrieb Hans-Christoph Steiner:
                    <blockquote
                      cite="mid:01593BE0-4D03-4BAE-B47E-8334B7E84B7C@at.or.at"
                      type="cite">
                      <div><br>
                      </div>
                      <div>This is great, I'm going to try to use this
                        in my Dataflow class at ITP/NYU.  I'm currently
                        updating the openni/primesense packaging for
                        Debian and Ubuntu and am packaging for Mac OS
                        X/Fink.  It would be awesome if you could try to
                        build against the packaging.</div>
                      <div><br>
                      </div>
                      <div>(these should be showing up soon)</div>
                      <div><a moz-do-not-send="true"
                          href="http://pdb.finkproject.org/pdb/package.php/openni">http://pdb.finkproject.org/pdb/package.php/openni</a></div>
                      <div>
                        <div><a moz-do-not-send="true"
href="http://pdb.finkproject.org/pdb/package.php/openni-sensor-primesense">http://pdb.finkproject.org/pdb/package.php/openni-sensor-primesense</a></div>
                      </div>
                      <div><br>
                      </div>
                      <div>I'm pushing my Debian packaging to the git
                        repos on Debian pkg-multimedia.  As I get things
                        working, I'll post binary packages to this PPA:</div>
                      <div><br>
                      </div>
                      <div><a moz-do-not-send="true"
                          href="https://launchpad.net/%7Eeighthave/+archive/openni">https://launchpad.net/~eighthave/+archive/openni</a></div>
                      <div><br>
                      </div>
                      <div>.hc</div>
                      <br>
                      <div>
                        <div>On Jan 11, 2012, at 8:48 AM, Matthias
                          Kronlachner wrote:</div>
                        <br class="Apple-interchange-newline">
                        <blockquote type="cite">
                          <meta content="text/html;
                            charset=windows-1252"
                            http-equiv="Content-Type">
                          <div bgcolor="#FFFFFF" text="#000000"> you're
                            welcome.<br>
                            <br>
                            if you get this issue with permissions to
                            usb device place the udev rule into
                            <meta http-equiv="content-type"
                              content="text/html; charset=windows-1252">
                            /etc/udev/rules.d<br>
                            see: <a moz-do-not-send="true"
                              class="moz-txt-link-freetext"
href="https://github.com/OpenKinect/libfreenect/tree/master/platform/linux/udev">https://github.com/OpenKinect/libfreenect/tree/master/platform/linux/udev</a><br>
                            <br>
                            but it still has this error when using
                            freenect with audio support.<br>
                            so a temporal fix can be <br>
                            sudo chmod 777 /dev/bus/usb/001/026<br>
                            -&gt; that id changes every time...<br>
                            <br>
                            maybe someone found a way to permanently add
                            the rule... i tried but couldn't manage to
                            get it working without setting the chmod
                            manually.<br>
                            <br>
                            matthias<br>
                            <br>
                            Am 10.01.12 16:21, schrieb olsen:
                            <blockquote
                              cite="mid:4F0C4966.2000107@hasa-labs.org"
                              type="cite">ej matthias <br>
                              <br>
                              vielen dank für diese Externals! <br>
                              wie hast n du das mit den permissions auf
                              das device geregelt? <br>
                              ich bekomm als user folgenden errör: <br>
                              <br>
                              libusb couldn't open USB device
                              /dev/bus/usb/001/026: Permission denied. <br>
                              libusb requires write access to USB device
                              nodes. <br>
                              libusb couldn't open USB device
                              /dev/bus/usb/001/024: Permission denied. <br>
                              libusb requires write access to USB device
                              nodes. <br>
                              <br>
                              danks für info &amp; gruss <br>
                              olsen <br>
                              <br>
                              <br>
                              <br>
                              <br>
                              <br>
                              <br>
                              <br>
                              <br>
                              <br>
                              <br>
                              <br>
                              On 01/09/2012 09:26 AM, Matthias
                              Kronlachner wrote: <br>
                              <blockquote type="cite">i added a small
                                external that allows to control
                                motor/led of Kinect and can output the
                                accelerometer data via libfreenect. <br>
                                <br>
                                you can use this in combination to
                                pix_openni. <br>
                                get it here: <br>
                                <br>
                                <a moz-do-not-send="true"
                                  class="moz-txt-link-freetext"
                                  href="https://github.com/kronihias/freenect">https://github.com/kronihias/freenect</a>
                                <br>
                                <br>
                                just the audio external with resampling
                                included missing.... somebody willing to
                                help? <br>
                                <br>
                                matthias <br>
                                <br>
                                Am 09.01.12 07:21, schrieb Budi Prakosa:
                                <br>
                                <blockquote type="cite">awesome!! <br>
                                  <br>
                                  On Mon, Jan 9, 2012 at 8:18 AM,
                                  Matthias Kronlachner <br>
                                  <a moz-do-not-send="true"
                                    class="moz-txt-link-rfc2396E"
                                    href="mailto:m.kronlachner@student.tugraz.at">&lt;m.kronlachner@student.tugraz.at&gt;</a>
                                  wrote: <br>
                                  <blockquote type="cite">hello again! <br>
                                    <br>
                                    if you want to use skeleton data and
                                    hand tracking (similar to OSCeleton)
                                    <br>
                                    combined with rgb and depth streams
                                    from Kinect Sensor you can do this
                                    with <br>
                                    the new pix_openni external. get it
                                    here: <br>
                                    <br>
                                    <a moz-do-not-send="true"
                                      class="moz-txt-link-freetext"
                                      href="https://github.com/kronihias/pix_openni">https://github.com/kronihias/pix_openni</a>
                                    <br>
                                    <br>
                                    binaries for osx in build folder. <br>
                                    you will need to install OpenNI,
                                    NITE and SensorKinect -&gt; see
                                    README <br>
                                    <br>
                                    initialization of openni and nodes
                                    needs some time and pd freezes -
                                    keep <br>
                                    that in mind! <br>
                                    i hope it's stable, i haven't tested
                                    it excessively now. <br>
                                    <br>
                                    currently it supports just 1 kinect
                                    sensor. i don't have access to two <br>
                                    cameras in the near future so help
                                    would be appreciated. <br>
                                    <br>
                                    <br>
                                    matthias <br>
                                    <br>
                                    <br>
                                    Am 05.01.12 09:17, schrieb Matthias
                                    Kronlachner: <br>
                                    <br>
                                    hi everybody! <br>
                                    <br>
                                    i did a update to my pix_freenect
                                    external for kinect and moved it
                                    into a <br>
                                    git repo. <br>
                                    get it here: <a
                                      moz-do-not-send="true"
                                      class="moz-txt-link-freetext"
                                      href="http://github.com/kronihias/pix_freenect">http://github.com/kronihias/pix_freenect</a>
                                    <br>
                                    <br>
                                    ready to use binaries for osx
                                    (including libusb&amp;libfreenect)
                                    are in the <br>
                                    build folder. <br>
                                    <br>
                                    major improvements: <br>
                                    * open specific Kinect sensor by
                                    serial number, not only by id (that
                                    may <br>
                                    change every time pd is restarted) –
                                    useful for multiple Kinect <br>
                                    installations <br>
                                    * output registered depthmap -&gt;
                                    rgb and depth images are aligned
                                    (less <br>
                                    offset between those two pictures -
                                    depending on distance) <br>
                                    * output depthmap directly as
                                    millimeter values (16 bit in
                                    red&amp; green <br>
                                    channels) <br>
                                    * resolution of rgb image can be set
                                    to 1280×1024 <br>
                                    <br>
                                    i also added a folder with examples
                                    - currently just one but i hope
                                    there <br>
                                    will come more soon.... <br>
                                    <br>
                                    have fun. <br>
                                    <br>
                                    matthias <br>
                                    <br>
                                    <br>
                                    _______________________________________________

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

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

                                <br>
                                <a moz-do-not-send="true"
                                  class="moz-txt-link-abbreviated"
                                  href="mailto:Pd-list@iem.at">Pd-list@iem.at</a>
                                mailing list <br>
                                UNSUBSCRIBE and account-management -&gt;
                                <a moz-do-not-send="true"
                                  class="moz-txt-link-freetext"
                                  href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a>
                                <br>
                                <br>
                              </blockquote>
                              <br>
                            </blockquote>
                            <br>
                          </div>
_______________________________________________<br>
                          <a moz-do-not-send="true"
                            href="mailto:Pd-list@iem.at">Pd-list@iem.at</a>
                          mailing list<br>
                          UNSUBSCRIBE and account-management -&gt; <a
                            moz-do-not-send="true"
                            href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a><br>
                        </blockquote>
                      </div>
                      <br>
                      <div> <span class="Apple-style-span"
                          style="font-size: 12px; "><br
                            class="Apple-interchange-newline">
                        </span>
                        <div style="font-size: 12px; "><br>
                        </div>
                        <div style="font-size: 12px; ">----------------------------------------------------------------------------</div>
                        <div style="font-size: 12px; "><br>
                        </div>
                        <div style="font-size: 12px; ">Computer science
                          is no more related to the computer than
                          astronomy is related to the telescope.   
                            -Edsger Dykstra</div>
                        <span class="Apple-style-span" style="font-size:
                          12px; "><br class="Apple-interchange-newline">
                        </span> </div>
                      <br>
                    </blockquote>
                    <br>
                  </div>
                  <span>&lt;fink_openni_log.txt&gt;</span></blockquote>
              </div>
              <br>
              <div> <span class="Apple-style-span"
                  style="border-collapse: separate; font-family:
                  Helvetica; font-size: medium; font-style: normal;
                  font-variant: normal; font-weight: normal;
                  letter-spacing: normal; line-height: normal; orphans:
                  2; text-indent: 0px; text-transform: none;
                  white-space: normal; widows: 2; word-spacing: 0px;
                  -webkit-border-horizontal-spacing: 0px;
                  -webkit-border-vertical-spacing: 0px;
                  -webkit-text-decorations-in-effect: none;
                  -webkit-text-size-adjust: auto;
                  -webkit-text-stroke-width: 0px; "><span
                    class="Apple-style-span" style="border-collapse:
                    separate; font-family: Helvetica; font-size: 12px;
                    font-style: normal; font-variant: normal;
                    font-weight: normal; letter-spacing: normal;
                    line-height: normal; orphans: 2; text-indent: 0px;
                    text-transform: none; white-space: normal; widows:
                    2; word-spacing: 0px;
                    -webkit-border-horizontal-spacing: 0px;
                    -webkit-border-vertical-spacing: 0px;
                    -webkit-text-decorations-in-effect: none;
                    -webkit-text-size-adjust: auto;
                    -webkit-text-stroke-width: 0px; "><span
                      class="Apple-style-span" style="border-collapse:
                      separate; font-family: Helvetica; font-size: 12px;
                      font-style: normal; font-variant: normal;
                      font-weight: normal; letter-spacing: normal;
                      line-height: normal; orphans: 2; text-indent: 0px;
                      text-transform: none; white-space: normal; widows:
                      2; word-spacing: 0px;
                      -webkit-border-horizontal-spacing: 0px;
                      -webkit-border-vertical-spacing: 0px;
                      -webkit-text-decorations-in-effect: none;
                      -webkit-text-size-adjust: auto;
                      -webkit-text-stroke-width: 0px; ">
                      <div><br class="Apple-interchange-newline">
                        <br>
                      </div>
                      <div>----------------------------------------------------------------------------</div>
                      <div>
                        <div><br>
                        </div>
                        "Making boring techno music is really easy with
                        modern tools, but with live coding, boring
                        techno is much harder." - Chris McCormick</div>
                      <div><br>
                      </div>
                    </span><br class="Apple-interchange-newline">
                  </span><br class="Apple-interchange-newline">
                </span> </div>
              <br>
            </blockquote>
            <br>
          </div>
          <span>&lt;fink-build-log_openni_1.5.2.23-4_2012.01.22-20.51.48&gt;</span></blockquote>
      </div>
      <br>
      <div>
        <span class="Apple-style-span" style="border-collapse: separate;
          color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px;
          font-style: normal; font-variant: normal; font-weight: normal;
          letter-spacing: normal; line-height: normal; orphans: 2;
          text-align: auto; text-indent: 0px; text-transform: none;
          white-space: normal; widows: 2; word-spacing: 0px;
          -webkit-border-horizontal-spacing: 0px;
          -webkit-border-vertical-spacing: 0px;
          -webkit-text-decorations-in-effect: none;
          -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0;
          ">
          <div><br class="Apple-interchange-newline">
            <br class="khtml-block-placeholder">
          </div>
          <div><br class="khtml-block-placeholder">
          </div>
          <div><br class="khtml-block-placeholder">
          </div>
          <div>----------------------------------------------------------------------------</div>
          <div><br class="khtml-block-placeholder">
          </div>
          <div>"[T]he greatest purveyor of violence in the world today
            [is] my own government." - Martin Luther King, Jr.</div>
          <div><br>
          </div>
        </span><br class="Apple-interchange-newline">
      </div>
      <br>
    </blockquote>
    <br>
  </body>
</html>