Thanks for the leads. However VLC doesn't seem to be able to do it because Arkaos can't recieve from a network port. I'm a student, so $600 for Camtasia isn't going to happen either.
I found that there is a pix_freeframe object in GEM, that when combined with fugStreamSend(out of pd) and fugStreamReceive(into Arkaos) should work. http://www.patchbox.net/release/
In pd, the fugStreamSend object has five inlets and one outlet. As there is no help file, I have no idea what they do. Has anyone used it before?
Thanks, David Kirkpatrick
From: patco megalegoland@yahoo.fr Reply-To: megalegoland@yahoo.fr To: David Kirkpatrick djk_1200@hotmail.com Subject: RE : [PD] Pd to Arkaos Date: Mon, 25 Sep 2006 02:34:14 +0200 (CEST)
Hello,
David Kirkpatrick djk_1200@hotmail.com a écrit : Hi,
I was wondering if anyone knew of a way to send the GEM window to Arkaos, both on the same computer. I'm using windows XP. One way of doing it would be to send the GEM window to a video out on my graphics card and then stream it to Arkaos with a video capture card, but i'm hoping there is a slightly less clunky way.
Could there be a way to get Pd detected as a capture device? Is there an external or 3rd party piece of software that may help?
Thanks for the assistance, David Kirkpatrick s.puredata.info/listinfo/pd-list did you give a try with VLC, using "screen://" for screen capture and redirect it to arkaos?
Also Camtasia is able to send screen capture to a virtual device.
Patcoil.
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences. Cliquez ici.
Thousands of jobs, millions of opportunities. Begin here! http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Eseek%2Ecom%2Eau&am...
David Kirkpatrick wrote:
In pd, the fugStreamSend object has five inlets and one outlet. As there is no help file, I have no idea what they do. Has anyone used it before?
good point, though i am not sure how we should do help-patches for 3rd party plugins :-( feel free to make one and submit them to the plugin-author.
the 1st inlet and the 1st outlet of each gem-object (e.g. [pix_freeframe]) is (more-or-less) reserved for Gem-use. so the interesting iolets for the fugStreamSend object are the remaining 4 inlets: they correspond to the plugin's control interface (the "fugStreamSend" plugin has 4 controllers which you can modify) when you create the [pix_freeframe] object, you should get a descriptive list on the pd-console, which parameter is which (and whether you should send floats, symbols or lists).
please note, that since FreeFrame is a video-plugin API, [pix_freeframe] is for video (pix-data), whereas Gem usually operates on a higher level. if you want to send the content of your Gem-window via this bridge, you will first have to convert the rendering into a pixel-buffer and download it from your gfx-card's ram to your computer's main memory (use [pix_snapshot] for this - and be warned, this might not be very optimized).
finally{}, tell us when you managed to make it run, so we can all join the cheerio.
mfg.adsr IOhannes
On Sep 26, 2006, at 3:52 AM, IOhannes m zmoelnig wrote:
David Kirkpatrick wrote:
In pd, the fugStreamSend object has five inlets and one outlet. As
there is no help file, I have no idea what they do. Has anyone
used it before?
...just wanted to point out for the casually curious that these
videostream freeframe plugins are windows-only .dll's, and no source
has been released...perhaps something similar could be done with
cgc's new shared memory objects [pix_shared_read] &
[pix_shared_write]: the missing link here would be a freeframe
plugin for reading/writing from the shared memory block...
jamie
On 9/26/06, james tittle tigital@mac.com wrote:
perhaps something similar could be done with cgc's new shared memory objects [pix_shared_read] & [pix_shared_write]: the missing link here would be a freeframe plugin for reading/writing from the shared memory block...
pix_share doesn't work on Windows. I only found a very old shared memory (like Win95 era) API and it would work differently than OSX and Linux.
On Tue, 2006-09-26 at 12:02 -0500, chris clepper wrote:
On 9/26/06, james tittle tigital@mac.com wrote: perhaps something similar could be done with cgc's new shared memory objects [pix_shared_read] & [pix_shared_write]: the missing link here would be a freeframe plugin for reading/writing from the shared memory block...
pix_share doesn't work on Windows. I only found a very old shared memory (like Win95 era) API and it would work differently than OSX and Linux.
a c++ shared memory library has been accepted to be included into boost some time ago ... maybe this would be an option ...
tim
-- tim@klingt.org ICQ: 96771783 http://www.mokabar.tk
The price an artist pays for doing what he wants is that he has to do it. William S. Burroughs