<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Am 28.02.12 00:00, schrieb Jack:
    <blockquote cite="mid:4F4BFCFC.10108@rybn.org" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <title></title>
      Le 27/02/2012 15:51, IOhannes m zmoelnig a &eacute;crit&nbsp;:
      <blockquote cite="mid:4F4B986A.2010404@iem.at" type="cite">
        <pre wrap="">-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2012-02-27 15:20, Jack wrote:

</pre>
        <blockquote type="cite">
          <pre wrap="">I use Ubuntu 11.04, Pd 0.42.6 and Gem 0.93.git fad1264.
</pre>
        </blockquote>
        <pre wrap="">upgrade Gem to at least "0.93.git 1482ffb1538"

and do a complete rebuild of Gem.

fgmasd
IOhannes
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://enigmail.mozdev.org/">http://enigmail.mozdev.org/</a>

iEYEARECAAYFAk9LmGcACgkQkX2Xpv6ydvTHpgCghXseYp2gv0VYyFvtaCKBFH9u
ATUAoN73DbawoPq8HzU0MZsWULJf2UcV
=/cUU
-----END PGP SIGNATURE-----

</pre>
        <pre wrap=""><fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list
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>
</pre>
      </blockquote>
      <br>
      OK, i upgraded Gem to ver: 0.93.git f1a1841 and now i can render
      the scene without crash.<br>
      But, i can't see anything working there : I get a blue sphere
      where it is write 'gem' and a white rectangle in the top-left
      corner (even if i select 'rgb 1' in [pd properties]).<br>
      If i click on the message 'video_mode' in this subpatch, Pd crash.
      And if i click on 'bang', nothing happens in the console (there is
      no available modes).<br>
      I miss something ?<br>
      One comment : it is very strange to see two [gemhead] connected
      directly in [pix_openni]. Is there a meaning ?<br>
      Thanx for help.<br>
      ++<br>
      <br>
      Jack<br>
    </blockquote>
    hi!<br>
    <br>
    did you check if the examples included in OpenNI and Nite work? (eg.
    Sample-NiSimpleViewer, Sample-SceneAnalysis)
    <br>
    they should be somewhere in the Samples/Bin folder.<br>
    if they don't work, pix_openni won't work.<br>
    <br>
    ok the crash with video_mode and depth_mode msg is fixed now. but it
    happend only if image or depth was not started. i was a little bit
    lazy testing everything without working kinect plugged in.<br>
    if you send a [bang( it now writes an error message to the console
    if no device is available.<br>
    <br>
    <br>
    so i think you have a problem with your openni/sensor kinect
    installation.<br>
    did you install sensor kinect? this is the driver which allows
    openni to access the kinect sensor.
    (<a class="moz-txt-link-freetext" href="https://github.com/avin2/SensorKinect">https://github.com/avin2/SensorKinect</a>)<br>
    you also need the unstable release of OpenNI (-&gt; see install
    instructions from SensorKinect)<br>
    <br>
    <br>
    the two gemheads have a meaning - of course.<br>
    pix_openni outputs two separated pixes - one "rgb" image from the
    camera (left gemhead and outlet) and one depth image in various
    formats from the depthsensor (right gemhead and outlet).<br>
    actually it's more implementation side - it could be realized with
    one gemhead as well. but i did it this way and for me it's logical.<br>
    you can also make it with one gemhead and a [t a a] if it looks
    better for you:<br>
    <br>
    [gemhead]<br>
    [t a a]<br>
    |&nbsp;&nbsp;&nbsp;&nbsp; |<br>
    [pix_openni]<br>
    ....<br>
    <br>
    matthias<br>
    <blockquote cite="mid:4F4BFCFC.10108@rybn.org" type="cite"> <br>
      <br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <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>
    <br>
  </body>
</html>