&gt;I&#39;ve triedpix_background and can&#39;t see how two images are fed in <br><br>
&gt;Again if anyone has a<br>

&gt;simple example that would be great but I&#39;ll keep chipping away at it<br>

&gt;in the meantime.<br><br>You don&#39;t actually load a base image into pix_background, you send a [reset( message to the [pix_background] object and it takes a snapshot of whatever&#39;s in front of the connected camera (or incoming video stream).&nbsp; Then it compares all incoming frames with that snapshot and outputs anything that&#39;s different between the two.&nbsp; The right inlet sets the threshold and takes an RGB value, so you will have to adjust this to reduce inevitable noise and artifacting.&nbsp; I have attached a very basic version of this patch I&#39;ve described.&nbsp; I don&#39;t have a cam attached to this computer and don&#39;t have the time to test it, but it should work.<br>

<br>-Ben<br>