<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Kinect for background subtraction]]></title><description><![CDATA[<p dir="auto">Hi there,</p>
<div>I am trying to understand what the best possible way is to use Kinect instead of a taking live feed in with green screen. I've looked into processing and quartz composer with syphon, but I'm new to this and can't seem to make it work.</div>
<div>Any advice?</div>
<div>Thanks</div>]]></description><link>https://community.troikatronix.com/topic/2865/kinect-for-background-subtraction</link><generator>RSS for Node</generator><lastBuildDate>Mon, 18 May 2026 10:10:49 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/2865.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 20 Sep 2016 06:44:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Kinect for background subtraction on Thu, 12 Jan 2017 22:59:57 GMT]]></title><description><![CDATA[<p dir="auto">Hi!</p>
<div>thanks a lot for your help, I really appreciate it!</div>
<div><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/9">@fubbi</a>, I will check it out, this was exactly what I wanted to do and the thing is that I'm very new to processing and have very little time ahead of me to make this work.</div>
<div>I've had the amazing contribution of DusX with his cool little app, he also played with the contrast internally so that you can get more detail. </div>
<div>I still intuitively feel with my little experience that minimising the scan distance will help the kinect get the right information.</div>
<div>Worst case scenario, we're even considering having her move on a rotating stool, so that she's a bit detached from the floor.</div>
<div><span style="font-size:13.3333px">Will let you know how this is developing. It's been quite a saga. </span></div>
<div><span style="font-size:13.3333px">But with all you guys helping out, it feels like a solution is close!</span></div>
<div><span style="font-size:13.3333px">  
</span></div>
<div><span style="font-size:13.3333px">Thanks</span></div>]]></description><link>https://community.troikatronix.com/post/22550</link><guid isPermaLink="true">https://community.troikatronix.com/post/22550</guid><dc:creator><![CDATA[eratatat]]></dc:creator><pubDate>Thu, 12 Jan 2017 22:59:57 GMT</pubDate></item><item><title><![CDATA[Reply to Kinect for background subtraction on Wed, 11 Jan 2017 15:23:02 GMT]]></title><description><![CDATA[<p dir="auto">I am pretty sure the depth threshold is independent of the openni or skeleton tracking that recognises humans and makes the mask. There are a few threads about this on the microsoft forums. You can get a better chance at tracking if you try to increase the contrast behind the person (like mat black background that also absorbs infra red light). The skeleton tracking that produces the mask uses all images together to find people.</p>
<div>Also.too obvious probably, but make sure that the orientation of the camera means that even lying down you appear to be standing te right way up in the image, the systems have a very hard time if you are sideways or upside down.</div>
<div>Fred</div>]]></description><link>https://community.troikatronix.com/post/22527</link><guid isPermaLink="true">https://community.troikatronix.com/post/22527</guid><dc:creator><![CDATA[Fred]]></dc:creator><pubDate>Wed, 11 Jan 2017 15:23:02 GMT</pubDate></item><item><title><![CDATA[Reply to Kinect for background subtraction on Sun, 18 Jan 1970 04:15:47 GMT]]></title><description><![CDATA[<p dir="auto">Hi</p>
<div>This was a processing app I made a few years back. It created a black and white mask from the kinect depth mask and sent it out via syphon. I have not opened it for a while, but it worked fine and maybe there is something useful in there.</div>
<div>@[eratatat](http://troikatronix.com/troikatronixforum/profile/6259/eratatat)<span style="font-family:Verdana, Geneva, sans-serif;font-size:13px;background-color:rgb(248, 248, 248)"> there is a threshold value for the mask in the code attached so you can define the z depth start and end of the mask, I cant say if it is sensitive enough for somebody lying on floor. I remember mapping the threshold to osc, so I could tweak it from isadora, i.e move it back and forth.</span></div>
<div><span style="font-family:Verdana, Geneva, sans-serif;font-size:13px;background-color:rgb(248, 248, 248)">  
</span></div>
<div><span style="font-family:Verdana, Geneva, sans-serif;font-size:13px;background-color:rgb(248, 248, 248)">hope it helps you</span></div>
<div>yours</div>
<div>fubbi</div>
<p dir="auto"><a href="/uploads/files/FileUpload/8a/7630f9-trapping_v12.pde.zip">7630f9-trapping_v12.pde.zip</a></p>
]]></description><link>https://community.troikatronix.com/post/22526</link><guid isPermaLink="true">https://community.troikatronix.com/post/22526</guid><dc:creator><![CDATA[fubbi]]></dc:creator><pubDate>Sun, 18 Jan 1970 04:15:47 GMT</pubDate></item><item><title><![CDATA[Reply to Kinect for background subtraction on Wed, 11 Jan 2017 13:14:54 GMT]]></title><description><![CDATA[<p dir="auto">The app can be easily changed/added to, to supply the depth image. Perhaps using levels and then lumakey could provide something useful...</p>
]]></description><link>https://community.troikatronix.com/post/22523</link><guid isPermaLink="true">https://community.troikatronix.com/post/22523</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Wed, 11 Jan 2017 13:14:54 GMT</pubDate></item><item><title><![CDATA[Reply to Kinect for background subtraction on Wed, 11 Jan 2017 11:06:40 GMT]]></title><description><![CDATA[<div><span style="font-size:13.3333px">import spout.*;</span></div>
<div><span style="font-size:13.3333px">import KinectPV2.*;</span></div>
<div><span style="font-size:13.3333px">  
</span></div>
<div><span style="font-size:13.3333px">PImage img;</span></div>
<div><span style="font-size:13.3333px">PGraphics canvas; </span></div>
<div><span style="font-size:13.3333px">PGraphics canvas2;</span></div>
<div><span style="font-size:13.3333px">KinectPV2 kinect;</span></div>
<div><span style="font-size:13.3333px">Spout spout;</span></div>
<div><span style="font-size:13.3333px">Spout spout2;</span></div>
<div><span style="font-size:13.3333px">int thresholdH = 1200; // max distance (in mm)</span></div>
<div><span style="font-size:13.3333px">int thresholdL = 0; // min distance (in mm)</span></div>
<div><span style="font-size:13.3333px">  
</span></div>
<div><span style="font-size:13.3333px">void setup() {</span></div>
<div><span style="font-size:13.3333px">  size(640, 360, P3D);</span></div>
<div><span style="font-size:13.3333px">  textureMode(NORMAL);</span></div>
<div><span style="font-size:13.3333px">  kinect = new KinectPV2(this);</span></div>
<div><span style="font-size:13.3333px">  kinect.enableDepthImg(true);</span></div>
<div><span style="font-size:13.3333px">  kinect.enableBodyTrackImg(true);</span></div>
<div><span style="font-size:13.3333px">  kinect.enableColorImg(true);</span></div>
<div><span style="font-size:13.3333px">  kinect.init();</span></div>
<div><span style="font-size:13.3333px">  
</span></div>
<div><span style="font-size:13.3333px">  canvas = createGraphics(1280, 720, P3D);</span></div>
<div><span style="font-size:13.3333px">  canvas2 = createGraphics(1280, 720, P3D);</span></div>
<div><span style="font-size:13.3333px">  img = loadImage("SpoutLogoMarble3.bmp");</span></div>
<div><span style="font-size:13.3333px">    spout = new Spout(this);</span></div>
<div><span style="font-size:13.3333px">      spout2 = new Spout(this);</span></div>
<div><span style="font-size:13.3333px">  spout.createSender("rgb image");</span></div>
<div><span style="font-size:13.3333px">  spout2.createSender("mask");</span></div>
<div><span style="font-size:13.3333px">  
</span></div>
<div><span style="font-size:13.3333px">  </span></div>
<div><span style="font-size:13.3333px">} </span></div>
<div><span style="font-size:13.3333px">  
</span></div>
<div><span style="font-size:13.3333px">void draw()  { </span></div>
<div><span style="font-size:13.3333px">  
</span></div>
<div><span style="font-size:13.3333px">background(0, 90, 100);</span></div>
<div><span style="font-size:13.3333px">noStroke();</span></div>
<div><span style="font-size:13.3333px">canvas.beginDraw();</span></div>
<div><span style="font-size:13.3333px">  canvas.image(kinect.getColorImage(), 0, 0, 1920, 1080);</span></div>
<div><span style="font-size:13.3333px">      canvas.endDraw(); </span></div>
<div><span style="font-size:13.3333px">      </span></div>
<div><span style="font-size:13.3333px">          spout.sendTexture(canvas);</span></div>
<div><span style="font-size:13.3333px">          </span></div>
<div><span style="font-size:13.3333px">  
</span></div>
<div><span style="font-size:13.3333px">int [] rawData = kinect.getRawDepthData();</span></div>
<div><span style="font-size:13.3333px"> //read kinect depth</span></div>
<div><span style="font-size:13.3333px">  canvas2.beginDraw();</span></div>
<div><span style="font-size:13.3333px">  canvas2.loadPixels();</span></div>
<div><span style="font-size:13.3333px">  // draw the depth image in white between high and low limits</span></div>
<div><span style="font-size:13.3333px">  for (int x = 0; x &lt; kinect.depthWidth; x++) {</span></div>
<div><span style="font-size:13.3333px">    for (int y = 0; y &lt; kinect.depthHeight; y++) {</span></div>
<div><span style="font-size:13.3333px">      int offset = x + y * kinect.depthWidth;</span></div>
<div><span style="font-size:13.3333px">      int rawDepth = rawData[offset];</span></div>
<div><span style="font-size:13.3333px">      int pix = x + y*img.width;</span></div>
<div><span style="font-size:13.3333px">      if (rawDepth &gt; thresholdL &amp;&amp; rawDepth &lt; thresholdH) {</span></div>
<div><span style="font-size:13.3333px">        canvas2.pixels[pix] = color(255, 255, 255, 255); //draw white inside limits</span></div>
<div><span style="font-size:13.3333px">      } else {</span></div>
<div><span style="font-size:13.3333px">        canvas2.pixels[pix] = color(0, 0, 0, 0); //draw black outside limits</span></div>
<div><span style="font-size:13.3333px">      }</span></div>
<div><span style="font-size:13.3333px">    }</span></div>
<div><span style="font-size:13.3333px">  }</span></div>
<div><span style="font-size:13.3333px">  canvas2.updatePixels();</span></div>
<div><span style="font-size:13.3333px">  canvas2.endDraw();</span></div>
<div><span style="font-size:13.3333px">    spout2.sendTexture(canvas2);</span></div>
<div><span style="font-size:13.3333px">  
</span></div>
<div><span style="font-size:13.3333px">    </span></div>
<div><span style="font-size:13.3333px">}</span></div>]]></description><link>https://community.troikatronix.com/post/22521</link><guid isPermaLink="true">https://community.troikatronix.com/post/22521</guid><dc:creator><![CDATA[eratatat]]></dc:creator><pubDate>Wed, 11 Jan 2017 11:06:40 GMT</pubDate></item><item><title><![CDATA[Reply to Kinect for background subtraction on Wed, 11 Jan 2017 10:24:10 GMT]]></title><description><![CDATA[<p dir="auto"><span style="font-size:10pt">Thanks guys.</span></p>
<div style="font-family:Arial, Verdana;font-size:10pt">First of all <a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/124">@DusX</a>, your app is a great tool for simple background subtraction. </div>
<div style="font-family:Arial, Verdana;font-size:10pt">Unfortunately, I'm doing something very specific, filming the person top down, and they're laying on the floor. </div>
<div style="font-family:Arial, Verdana;font-size:10pt">It seems like the BodyTrackImage cannot work in this setting, as the person is very close to the floor.</div>
<div style="font-family:Arial, Verdana;font-size:10pt">Is there a way to set the kinect up so that it scans only a segment of the z axis? </div>
<div><span style="font-size:10pt">@</span>[jhoepffner](http://troikatronix.com/troikatronixforum/profile/15/jhoepffner)<span style="font-size:13px;background-color:rgb(248, 248, 248)">, I tried to implement your example using Lengeling's library and Spout, but can't seem to make it work. depthWidth cannot be resolved. </span></div>
<div><span style="font-size:13px;background-color:rgb(248, 248, 248)">  
</span></div>
<div><span style="font-size:13px;background-color:rgb(248, 248, 248)">Any ideas?</span></div>
<div><span style="font-size:13px;background-color:rgb(248, 248, 248)">  
</span></div>
<div><span style="font-size:13px;background-color:rgb(248, 248, 248)">Thanks</span></div>
<div><span style="font-size:13px;background-color:rgb(248, 248, 248)">ET</span></div>
<div><span style="font-size:13px;background-color:rgb(248, 248, 248)">  
</span></div>]]></description><link>https://community.troikatronix.com/post/22520</link><guid isPermaLink="true">https://community.troikatronix.com/post/22520</guid><dc:creator><![CDATA[eratatat]]></dc:creator><pubDate>Wed, 11 Jan 2017 10:24:10 GMT</pubDate></item><item><title><![CDATA[Reply to Kinect for background subtraction on Mon, 09 Jan 2017 22:43:20 GMT]]></title><description><![CDATA[<p dir="auto"><span style="font-size:10pt">This is part of the Microsoft c++ redistributable... </span></p>
<div><span style="font-size:13.3333px">https://www.microsoft.com/en-ca/download/details.aspx?id=48145</span></div>]]></description><link>https://community.troikatronix.com/post/22489</link><guid isPermaLink="true">https://community.troikatronix.com/post/22489</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Mon, 09 Jan 2017 22:43:20 GMT</pubDate></item><item><title><![CDATA[Reply to Kinect for background subtraction on Mon, 09 Jan 2017 19:38:52 GMT]]></title><description><![CDATA[<p dir="auto">Ran the app, it says it can't run because MSVCP140.dll is not installed</p>
]]></description><link>https://community.troikatronix.com/post/22486</link><guid isPermaLink="true">https://community.troikatronix.com/post/22486</guid><dc:creator><![CDATA[eratatat]]></dc:creator><pubDate>Mon, 09 Jan 2017 19:38:52 GMT</pubDate></item><item><title><![CDATA[Reply to Kinect for background subtraction on Mon, 09 Jan 2017 19:36:02 GMT]]></title><description><![CDATA[<p dir="auto">Ok found the release section. Sorry! don't really know how to use github.</p>
]]></description><link>https://community.troikatronix.com/post/22485</link><guid isPermaLink="true">https://community.troikatronix.com/post/22485</guid><dc:creator><![CDATA[eratatat]]></dc:creator><pubDate>Mon, 09 Jan 2017 19:36:02 GMT</pubDate></item><item><title><![CDATA[Reply to Kinect for background subtraction on Mon, 09 Jan 2017 19:32:49 GMT]]></title><description><![CDATA[<p dir="auto"><span class="Author"><a href="http://troikatronix.com/troikatronixforum/profile/149/DusX" rel="nofollow ugc">@DusX</a><br />
I'm sorry I can't find the release zip. I download the zip folder from github. Nothing there.<br />
Is there a way to calibrate what bit we take from the depth data? I'd like to do quite a detailed background subtraction.<br />
Many thanks<br />
<a href="http://troikatronix.com/troikatronixforum/profile/149/DusX" rel="nofollow ugc"></a></span></p>
]]></description><link>https://community.troikatronix.com/post/22484</link><guid isPermaLink="true">https://community.troikatronix.com/post/22484</guid><dc:creator><![CDATA[eratatat]]></dc:creator><pubDate>Mon, 09 Jan 2017 19:32:49 GMT</pubDate></item><item><title><![CDATA[Reply to Kinect for background subtraction on Sun, 18 Jan 1970 04:12:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/1261">@Eratatat</a> Download the release (un zip it) And open the exe/application file. All required libraries are included. Note: both syphon and Spout support transfer of video with alpha. This image shows the alpha cutout video inside the openframeworks app and inside Isadora. <a href="https://camo.githubusercontent.com/bfeb9fa759cc5f984491d0daecd84cd878211521/68747470733a2f2f73636f6e74656e742d79797a312d312e78782e666263646e2e6e65742f762f74312e302d392f31343532303535355f3632383434313634373332363639395f323030393038363034333338343439333735375f6e2e706e673f6f683d3133626138383034353261333531393363386264666163646161643639363365266f653d3538414333354633" rel="nofollow ugc">https://camo.githubusercontent.com/bfeb9fa759cc5f984491d0daecd84cd878211521/68747470733a2f2f73636f6e74656e742d79797a312d312e78782e666263646e2e6e65742f762f74312e302d392f31343532303535355f3632383434313634373332363639395f323030393038363034333338343439333735375f6e2e706e673f6f683d3133626138383034353261333531393363386264666163646161643639363365266f653d3538414333354633</a></p>
]]></description><link>https://community.troikatronix.com/post/22482</link><guid isPermaLink="true">https://community.troikatronix.com/post/22482</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Sun, 18 Jan 1970 04:12:58 GMT</pubDate></item><item><title><![CDATA[Reply to Kinect for background subtraction on Sun, 08 Jan 2017 14:42:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/1261">@eratatat</a></p>
<div>– first question: I am more accustomed to MacOs, but I use windows on Bootcamp and I tried Kinect on W and M, with Processing and Touch Designer. For what I see it's much better implemented in Windows and with Windows Processing Kinect Library, you can obtain directly a mask to make background replacement. But you have to struggle with Spout who is less easy to use that Syphon (DirectX dependent, Graphic card dependent…).</div>
<div>For my actual usage (https://vimeo.com/194632092) I use Processing and Isadora on MacOs with Syphon to pass image in both ways).</div>
<div>– To use my patch with other library, you have to change all what is related to the library and I dont know how to obtain "getRawDepth"</div>
<div>– For the second question, if you use Windows, you dont use Syphon but Spout… Concerning Syphon, if you declare your background in Processing with alpha mask (as color(0, 0, 0, 0), you send alpha with Syphon but I dont know about Resolume and Spout…</div>
<div>In Millumin you have a quite easy way to obtain alpha mask from Kinect, give a try to the beta release.</div>
<div>Jacques</div>]]></description><link>https://community.troikatronix.com/post/22476</link><guid isPermaLink="true">https://community.troikatronix.com/post/22476</guid><dc:creator><![CDATA[jhoepffner]]></dc:creator><pubDate>Sun, 08 Jan 2017 14:42:29 GMT</pubDate></item><item><title><![CDATA[Reply to Kinect for background subtraction on Sun, 08 Jan 2017 10:53:27 GMT]]></title><description><![CDATA[<p dir="auto">@<a href="http://troikatronix.com/troikatronixforum/profile/149/DusX" rel="nofollow ugc">DusX</a><span style="font-family:Verdana, Geneva, sans-serif;font-size:13px;background-color:rgb(255, 255, 255)"> thanks for sharing. As I'm totally new to windows, I'll ask you something a bit dumb, what do I have to do to run this app? </span></p>
]]></description><link>https://community.troikatronix.com/post/22475</link><guid isPermaLink="true">https://community.troikatronix.com/post/22475</guid><dc:creator><![CDATA[eratatat]]></dc:creator><pubDate>Sun, 08 Jan 2017 10:53:27 GMT</pubDate></item><item><title><![CDATA[Reply to Kinect for background subtraction on Sat, 07 Jan 2017 17:17:57 GMT]]></title><description><![CDATA[<p dir="auto"><span style="font-size:10pt">@</span><a href="http://troikatronix.com/troikatronixforum/profile/15/jhoepffner" rel="nofollow ugc">jhoepffner</a><span style="font-family:Verdana, Geneva, sans-serif;font-size:13px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:normal;background-color:rgb(248, 248, 248)"> the problem I got with Shiffman's library does happen, I don't know why and how, this has developed into an unsolvable mystery.</span></p>
<div><span style="font-size:13px">  
</span>
<div><span style="background-color:rgb(248, 248, 248);font-size:13px">https://github.com/shiffman/OpenKinect-for-Processing/issues/80</span></div>
</div>
<div><span style="background-color:rgb(248, 248, 248);font-size:13px"></span></div>
<div><span style="background-color:rgb(248, 248, 248);font-size:13px">A couple of questions below, if you have the time, I would really appreciate your feedback.</span></div>
<div><span style="background-color:rgb(248, 248, 248);font-size:13px">I will be using windows instead with the other two libraries, can I ask you, will your processing patch work with the other processing libraries? </span></div>
<div><span style="background-color:rgb(248, 248, 248);font-size:13px">Also, I will be compositing the final video on Resolume, so I was thinking of sending the image from Isadora to Resolume via Syphon. Is it possible to keep the alpha values intact when importing the syphon image to Resolume. </span></div>
<div><span style="background-color:rgb(248, 248, 248);font-size:13px"></span></div>
<div><span style="font-size:13px;background-color:rgb(248, 248, 248)">A huge thanks for your help. </span></div>
<div><span style="font-size:13px;background-color:rgb(248, 248, 248)">  
</span></div>]]></description><link>https://community.troikatronix.com/post/22472</link><guid isPermaLink="true">https://community.troikatronix.com/post/22472</guid><dc:creator><![CDATA[eratatat]]></dc:creator><pubDate>Sat, 07 Jan 2017 17:17:57 GMT</pubDate></item><item><title><![CDATA[Reply to Kinect for background subtraction on Sun, 18 Jan 1970 04:12:58 GMT]]></title><description><![CDATA[<p dir="auto">I have made a few updates to this app:<br />
<a href="https://github.com/rwebber/kinect2share" rel="nofollow ugc">https://github.com/rwebber/kinect2share</a><br />
It now outputs the Hand state (is the right or left hand open or closed) as well as a number of other small things.</p>
<div>The black and white mask (silhouette) is available via spout by default, as well, the 'green screen' type feed is there, incase you want live background subtraction.</div>]]></description><link>https://community.troikatronix.com/post/22398</link><guid isPermaLink="true">https://community.troikatronix.com/post/22398</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Sun, 18 Jan 1970 04:12:58 GMT</pubDate></item><item><title><![CDATA[Reply to Kinect for background subtraction on Mon, 02 Jan 2017 16:12:58 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<div>I you follow the procedure of libraries install (as described in Shiffman post, mainly freenect), it will work well.</div>
<div>some things to note</div>
<div>– you need a USB3 connection</div>
<div>– sometime you need to unplug/replug the kinect</div>
<div>– kinect V2 on mac gives you rawDeep info, color image, IR image but no skeleton infos.</div>
<div>I used it on a an installation one month ago, Processing to Isadora to Processing, no problem.</div>
<div>https://vimeo.com/194632092</div>
<div>I do not know of other working kinect Processing library on mac.</div>
<div>Millumin is able to have skeleton infos on mac but no way to output the info to Isadora…</div>
<div>Hope that helps</div>]]></description><link>https://community.troikatronix.com/post/22397</link><guid isPermaLink="true">https://community.troikatronix.com/post/22397</guid><dc:creator><![CDATA[jhoepffner]]></dc:creator><pubDate>Mon, 02 Jan 2017 16:12:58 GMT</pubDate></item><item><title><![CDATA[Reply to Kinect for background subtraction on Mon, 02 Jan 2017 15:42:56 GMT]]></title><description><![CDATA[<p dir="auto">Hi there,</p>
<div>do you know if there is an alternative for MAC to Daniel Shiffman's library in processing?</div>
<div>While testing the file [@jhoepffner](http://troikatronix.com/troikatronixforum/profile/jhoepffner) I got an error, processing cannot find the device (kinect v.2). </div>
<div>It seems like mac and kinect v.2 are not working well. </div>
<div>Any suggestions how to solve this?</div>
<div>Thanks</div>]]></description><link>https://community.troikatronix.com/post/22396</link><guid isPermaLink="true">https://community.troikatronix.com/post/22396</guid><dc:creator><![CDATA[eratatat]]></dc:creator><pubDate>Mon, 02 Jan 2017 15:42:56 GMT</pubDate></item><item><title><![CDATA[Reply to Kinect for background subtraction on Mon, 02 Jan 2017 15:20:48 GMT]]></title><description><![CDATA[<p dir="auto">Hi there,</p>
<div>do you know if there is an alternative for MAC to Daniel Shiffman's library in processing?</div>
<div>While testing the file [@jhoepffner](http://troikatronix.com/troikatronixforum/profile/jhoepffner) I got an error, processing cannot find the device (kinect v.2). </div>
<div>It seems like mac and kinect v.2 are not working well. </div>
<div>Any suggestions how to solve this?</div>
<div>Thanks</div>]]></description><link>https://community.troikatronix.com/post/22395</link><guid isPermaLink="true">https://community.troikatronix.com/post/22395</guid><dc:creator><![CDATA[eratatat]]></dc:creator><pubDate>Mon, 02 Jan 2017 15:20:48 GMT</pubDate></item><item><title><![CDATA[Reply to Kinect for background subtraction on Mon, 24 Oct 2016 10:11:08 GMT]]></title><description><![CDATA[<p dir="auto">Thats ok. Just wanted to check.</p>
]]></description><link>https://community.troikatronix.com/post/21730</link><guid isPermaLink="true">https://community.troikatronix.com/post/21730</guid><dc:creator><![CDATA[Skulpture]]></dc:creator><pubDate>Mon, 24 Oct 2016 10:11:08 GMT</pubDate></item><item><title><![CDATA[Reply to Kinect for background subtraction on Sun, 18 Jan 1970 02:21:54 GMT]]></title><description><![CDATA[<p dir="auto">The 'release' zip has the app 'exe'. This is windows only.</p>
<div>The izzy sample file is in the code files... I need to update that... i forgot to add it to the release.</div>]]></description><link>https://community.troikatronix.com/post/21729</link><guid isPermaLink="true">https://community.troikatronix.com/post/21729</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Sun, 18 Jan 1970 02:21:54 GMT</pubDate></item><item><title><![CDATA[Reply to Kinect for background subtraction on Mon, 24 Oct 2016 06:07:04 GMT]]></title><description><![CDATA[<p dir="auto">Thanks Ryan. I am going to ask the dumb question here, but when I download something from github it comes a zip. When I unzip it its always just lots of files and code like documents. Am I doing something wrong; or should this be an application ".app" ?</p>
]]></description><link>https://community.troikatronix.com/post/21726</link><guid isPermaLink="true">https://community.troikatronix.com/post/21726</guid><dc:creator><![CDATA[Skulpture]]></dc:creator><pubDate>Mon, 24 Oct 2016 06:07:04 GMT</pubDate></item><item><title><![CDATA[Reply to Kinect for background subtraction on Sun, 18 Jan 1970 02:21:54 GMT]]></title><description><![CDATA[<p dir="auto">If anyone would like to try/test this</p>
<div>https://github.com/rwebber/kinect2share</div>
<div>Please do and let me know how it goes.</div>]]></description><link>https://community.troikatronix.com/post/21725</link><guid isPermaLink="true">https://community.troikatronix.com/post/21725</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Sun, 18 Jan 1970 02:21:54 GMT</pubDate></item><item><title><![CDATA[Reply to Kinect for background subtraction on Sat, 22 Oct 2016 23:26:19 GMT]]></title><description><![CDATA[<p dir="auto">Or perhaps, use a blend more directly in processing, I've tried it but can't seem to make it work. Sorry, really new to processing, so haven't figured out the logic yet.</p>
<div>thanks!</div>]]></description><link>https://community.troikatronix.com/post/21714</link><guid isPermaLink="true">https://community.troikatronix.com/post/21714</guid><dc:creator><![CDATA[eratatat]]></dc:creator><pubDate>Sat, 22 Oct 2016 23:26:19 GMT</pubDate></item><item><title><![CDATA[Reply to Kinect for background subtraction on Sun, 18 Jan 1970 02:20:12 GMT]]></title><description><![CDATA[<p dir="auto"><span style="margin:0px;padding:0px;border:0px;outline:0px;font-size:13px;font-family:Verdana, Geneva, sans-serif;vertical-align:baseline;background-color:rgb(248, 248, 248)"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/13">@jhoepffner</a> p.s. got the kinect V2 now. </span></p>
<div><span style="margin:0px;padding:0px;border:0px;outline:0px;font-size:13px;font-family:Verdana, Geneva, sans-serif;vertical-align:baseline;background-color:rgb(248, 248, 248)">  
</span></div>
<div><span style="margin:0px;padding:0px;border:0px;outline:0px;font-size:13px;font-family:Verdana, Geneva, sans-serif;vertical-align:baseline;background-color:rgb(248, 248, 248)">  
</span></div>]]></description><link>https://community.troikatronix.com/post/21713</link><guid isPermaLink="true">https://community.troikatronix.com/post/21713</guid><dc:creator><![CDATA[eratatat]]></dc:creator><pubDate>Sun, 18 Jan 1970 02:20:12 GMT</pubDate></item></channel></rss>