<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi!<br>
    <br>
    on which platform are you working?<br>
    TuioClient is using libfreenect to access kinect. so it won't work
    simultaneously with pix_freenect or fux_kinect.<br>
    i don't know if the linux kernel drivers work in parallel to
    libfreenect but i don't think so.<br>
    <br>
    with pix_freenect (1) you can grab rgb and depth streams from kinect
    sensor.<br>
    you can do the (hand)tracking in pd by using pix_opencv tools and/or
    pix_multiblob.<br>
    also pix_curve can be useful to get images of certain distance out
    of the depth stream from the kinect. (in combination with switching
    into yuv colorspace)<br>
    <br>
    if you decide for pix_openni (2) you can use the hand tracking or
    skeleton tracking from nite/openni together with the image and depth
    stream.<br>
    <br>
    matthias<br>
    <br>
    (1) <a class="moz-txt-link-freetext" href="http://github.com/kronihias/pix_freenect">http://github.com/kronihias/pix_freenect</a><br>
    (2) <a class="moz-txt-link-freetext" href="http://github.com/kronihias/pix_openni">http://github.com/kronihias/pix_openni</a><br>
    <br>
    Am 22.01.12 23:22, schrieb Philipp Wartenberg:
    <blockquote
cite="mid:CAAabR9RdLcp=m-CrpwBR=7DOLvv9zZMf1zydjQquABgexS7Qzg@mail.gmail.com"
      type="cite">Hello,<br>
      <br>
      is it possible to use the video stream of the kinect simutaneously
      with [pix_video] and [TuioClient]?<br>
      <br>
      I want to be able to define separated areas as a layer over the
      video stream to get seprated tracking areas.<br>
      <br>
      For example: If movement is detected in a specified area the x
      will happen...<br>
      <br>
      The difinition of areas needs to be changed several times and
      thats why I want to be able to "sketch" over the video picture. If
      you know the EyeCon System, you may know what I mean.<br>
      <br>
      Kind regards, Philipp<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>