<div id=":39" class="ArwC7c ckChnd">How will you avoid gating the color of the object you&#39;re trying to track as well?<br><br>To use your method below I&#39;d suggest using some combination of [separator] and [pix_background] to create a mask so that [pix_blob] (or the color gate, depending on the setup) only affects new objects introduced into the environment.&nbsp; <br>
<br>That&#39;s very incomplete suggestion, but I don&#39;t have pd in front of me right now to toy with examples.<br><br>Best of luck, let&nbsp; me know if you get a patch together, I&#39;d like to see it.<br><br>-Ben<br><br><br>

&gt;Wondering the best solution for color tracking in Pd-extended. I&#39;d like<br>
&gt;my solution to be cross-platform so that rules out PDP and friends.<br>
<br>
&gt;All I&#39;ve come up with is to use [pix_blob] to track the color, and to<br>
&gt;try to minimize the tracking color in the background. There&#39;s probably a<br>
&gt;Gem object where I can &quot;gate&quot; a color i.e. eliminate a color from a<br>
&gt;pixel if it is less than a certain amount. In my rendering chain after<br>
&gt;my webcam I&#39;d gate the color I am trying to track, then use [pix_blob]<br>
&gt;with a color weight of entirely the tracking color.<br>
<br>
&gt;Is there a better way?<br>
<br>
&gt;-John<br>
</div>