is there a way to do these screenshots such that they don&#39;t actually show up on a screen visible to the user i.e I don&#39;t have to show the raw Pd patch to the user, only the mix? This is a 2-headed machine (one machine --- I&#39;ll use 2 if I absolutely have to) and the plan is to show a Gem or pdp window fullscreen on one head and a pdp window fullscreen on the other. This leaves me not sure where to put the Pd patch for the screenshots.<br>

<br><div class="gmail_quote">On Mon, Aug 30, 2010 at 10:44 AM, IOhannes m zmoelnig <span dir="ltr">&lt;<a href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div><div></div><div class="h5">On 2010-08-30 17:04, John Harrison wrote:<br>
&gt; I&#39;d like to take a patch from a pd window and mix it live with a Gem or pdp<br>
&gt; window. pdp_capture would have been the ticket, but I can&#39;t get it to<br>
&gt; compile and looking at the archives of this list, it doesn&#39;t seem like<br>
&gt; others have had luck with it either. Any other ideas for me?<br>
&gt;<br>
<br>
</div></div>a bit complicated, but you can do that by doing screenshots with<br>
gstreamer, send it to a videoloopback device and read that (with pdp,<br>
Gem, GridFlow or whatelse)<br>
<br>
- get v4l2loopback (<a href="http://code.google.com/p/v4l2loopback/" target="_blank">http://code.google.com/p/v4l2loopback/</a>)<br>
 compile, install, load the module<br>
- get gst-v4l2loopback (<a href="http://github.com/umlaeute/gst-v4l2loopback" target="_blank">http://github.com/umlaeute/gst-v4l2loopback</a>)<br>
 compile (need gst-plugin-base-dev), install<br>
<br>
run the gstreamer-pipeline, e.g.<br>
$ gst-launch ximagesrc use-damage=false startx=0 starty=0 endx=640<br>
endy=480 ! queue ! ffmpegcolorspace ! v4l2loopback<br>
<br>
access the video using [pix_video], [pdp_v4l2] [#camera] or cat<br>
<br>
<br>
running here.<br>
this of course only grabs a portion of the screen, rather than a window<br>
and track that...<br>
<br>
fgmadfs<br>
<font color="#888888">IOhannes<br>
<br>
</font></blockquote></div><br>