Re: [PD] Multiple Webcams and Gem

2007-08-09 Thread Hans-Christoph Steiner

On Aug 7, 2007, at 11:11 PM, Derek Holzer wrote:

> HI Yves,
>
> Yves Degoyon wrote:
>> Derek Holzer wrote:
>>> In short, Linux users can access a USB camera with [pdp_v4l], but  
>>> not a
>>> firewire one.
>>> OS X users can access a firewire camera with [pdp_ieee1394], but  
>>> not a
>>> USB one.
>>>
>> nope, some USB webcams will work,
>> it uses Quicktime interface in fact
>> like Gem.
>
> That's good to know! I guess more documentation/experimentation is  
> needed...

pdp_ieee1394 is really more like pdp_quicktimein.  If the camera is  
supported by quicktime, I think it'll work with pdp_ieee1394.  The  
USB iSight in my MacBook Pro works well.

.hc

>
> d.
>
> -- 
> derek holzer ::: http://www.umatic.nl ::: http://blog.myspace.com/ 
> macumbista
> ---Oblique Strategy # 76:
> "Give the game away"
>
> ___
> PD-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/ 
> listinfo/pd-list



 


Man has survived hitherto because he was too ignorant to know how to  
realize his wishes.  Now that he can realize them, he must either  
change them, or perish.-William Carlos Williams



___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Multiple Webcams and Gem

2007-08-07 Thread Derek Holzer
HI Yves,

Yves Degoyon wrote:
> Derek Holzer wrote:
>> In short, Linux users can access a USB camera with [pdp_v4l], but not a 
>> firewire one.
>> OS X users can access a firewire camera with [pdp_ieee1394], but not a 
>> USB one.
>>   
> nope, some USB webcams will work,
> it uses Quicktime interface in fact
> like Gem.

That's good to know! I guess more documentation/experimentation is needed...

d.

-- 
derek holzer ::: http://www.umatic.nl ::: http://blog.myspace.com/macumbista
---Oblique Strategy # 76:
"Give the game away"

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Multiple Webcams and Gem

2007-08-07 Thread Yves Degoyon

Derek Holzer wrote:

Linux uses a different device structure (Video4Linux) for video input 
than OS X, so [pdp_v4l] will never work.


In short, Linux users can access a USB camera with [pdp_v4l], but not a 
firewire one.
OS X users can access a firewire camera with [pdp_ieee1394], but not a 
USB one.
 


nope, some USB webcams will work,
it uses Quicktime interface in fact
like Gem.

hum,
sevy

If you use GEM on OS X, you can access either. You might need the macam 
drivers to use the USB camera:


http://webcam-osx.sourceforge.net/

best,
d.



David Divilly wrote:
 


Thanks Jack ..
Had a look at [pdp_ieee1394] .. but all my webcams are USB ..
what I really want to know is what object will allow me to open these 
webcams like  [pdp_v4l] (for linux) in OS X .. as per Example13 in the 
browser ..
   



 



___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Multiple Webcams and Gem

2007-08-07 Thread David Divilly
Hi Chris
Thanks for this info ..  Worked pefectly  .. Thanks

On 8/7/07, chris clepper <[EMAIL PROTECTED]> wrote:
>
> You don't need three windows to have three cams in GEM.  SIze the one
> window 3X by Y and tile the images across.  Do you even need to see the
> video onscreen beyond testing?
>
> On 8/7/07, David Divilly <[EMAIL PROTECTED]> wrote:
> >
> > Thanks Derek .. I was using GEM already and that was my original
> > problem, because I wanted to have multiple GEM windows open to show all 3
> > Cam's at once in one instance of PD ..
> > I'm using the webcams to detect motion and supply XYZ coordinates to a
> > scanned synthesis patch ... I've attached a shot of the motion detection
> > patch to make things clearer ..
> >
> > Dave
> >
> >
>
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Multiple Webcams and Gem

2007-08-07 Thread chris clepper
You don't need three windows to have three cams in GEM.  SIze the one window
3X by Y and tile the images across.  Do you even need to see the video
onscreen beyond testing?

On 8/7/07, David Divilly <[EMAIL PROTECTED]> wrote:
>
> Thanks Derek .. I was using GEM already and that was my original problem,
> because I wanted to have multiple GEM windows open to show all 3 Cam's at
> once in one instance of PD ..
> I'm using the webcams to detect motion and supply XYZ coordinates to a
> scanned synthesis patch ... I've attached a shot of the motion detection
> patch to make things clearer ..
>
> Dave
>
>
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Multiple Webcams and Gem

2007-08-07 Thread Derek Holzer
I thought I read about a source-patch in the CVS version of GEM that 
allows multiple GEM windows. Check the archives about this, since I 
don't know more than that. Another option would be to map each camera 
onto a different square and put all the squares into one [gemwin].

best,
d.

David Divilly wrote:
> Thanks Derek .. I was using GEM already and that was my original 
> problem, because I wanted to have multiple GEM windows open to show all 
> 3 Cam's at once in one instance of PD ..

-- 
derek holzer ::: http://www.umatic.nl ::: http://blog.myspace.com/macumbista
---Oblique Strategy # 147:
"State the problem as clearly as possible"

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Multiple Webcams and Gem

2007-08-07 Thread Derek Holzer
Linux uses a different device structure (Video4Linux) for video input 
than OS X, so [pdp_v4l] will never work.

In short, Linux users can access a USB camera with [pdp_v4l], but not a 
firewire one.
OS X users can access a firewire camera with [pdp_ieee1394], but not a 
USB one.

If you use GEM on OS X, you can access either. You might need the macam 
drivers to use the USB camera:

http://webcam-osx.sourceforge.net/

best,
d.



David Divilly wrote:
> Thanks Jack ..
> Had a look at [pdp_ieee1394] .. but all my webcams are USB ..
> what I really want to know is what object will allow me to open these 
> webcams like  [pdp_v4l] (for linux) in OS X .. as per Example13 in the 
> browser ..

-- 
derek holzer ::: http://www.umatic.nl ::: http://blog.myspace.com/macumbista
---Oblique Strategy # 106:
"Look at a very small object, look at its centre"

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread jack
With a webcam on firewire the [pdp_ieee1394] object is for you.
Now have a look at pdp or pidip in reference.

Jack

> Thanks jack ..
> What message do I need to send to [pdp_glx] in order for it to open an
> external capture device i.e (a webcam) .. I cannot find anything on this
> in
> the help in PD or in the help patch for the object itself ..
>
> Dave
>
> On 8/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>>
>> Good to know that !
>> thx.
>>
>> Jack
>>
>> >
>> > On Mon, 6 Aug 2007, David Divilly wrote:
>> >
>> >> I was wondering if you could pass on that work around for using
>> multiple
>> >> instances of PD for mac .. Thanks a lot
>> >
>> > Open the Finder
>> >
>> > Get to the Pd application.
>> >
>> > Right-click (or Control-click) and select "show package contents".
>> This
>> is
>> > because apps are not real "regular files", they are disguised folders.
>> >
>> > dig a bit. (there are too many folder levels in there)
>> >
>> > one of the files inside is actually a true OSX executable, which is
>> the
>> > one OSX loads when you click on the Pd application. I think it's in a
>> > folder labeled "MACOSX". Unlike when opening the app, each time you
>> > activate this file it opens Pd again. You can have as many as you want
>> > this way, just like on Linux.
>> >
>> > You can also achieve the same effect by opening a Terminal. Nothing
>> > special here: Pd.app will look like an ordinary folder. This will be
>> easy
>> > if you already know how to use the Terminal in OSX or Linux.
>> >
>> >   _ _ __ ___ _  _ _ ...
>> > | Mathieu Bouchard - tél:+1.514.383.3801, Montréal QC
>> > Canada___
>> > PD-list@iem.at mailing list
>> > UNSUBSCRIBE and account-management ->
>> > http://lists.puredata.info/listinfo/pd-list
>> >
>>
>>
>


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread David Divilly
Thanks jack ..
What message do I need to send to [pdp_glx] in order for it to open an
external capture device i.e (a webcam) .. I cannot find anything on this in
the help in PD or in the help patch for the object itself ..

Dave

On 8/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Good to know that !
> thx.
>
> Jack
>
> >
> > On Mon, 6 Aug 2007, David Divilly wrote:
> >
> >> I was wondering if you could pass on that work around for using
> multiple
> >> instances of PD for mac .. Thanks a lot
> >
> > Open the Finder
> >
> > Get to the Pd application.
> >
> > Right-click (or Control-click) and select "show package contents". This
> is
> > because apps are not real "regular files", they are disguised folders.
> >
> > dig a bit. (there are too many folder levels in there)
> >
> > one of the files inside is actually a true OSX executable, which is the
> > one OSX loads when you click on the Pd application. I think it's in a
> > folder labeled "MACOSX". Unlike when opening the app, each time you
> > activate this file it opens Pd again. You can have as many as you want
> > this way, just like on Linux.
> >
> > You can also achieve the same effect by opening a Terminal. Nothing
> > special here: Pd.app will look like an ordinary folder. This will be
> easy
> > if you already know how to use the Terminal in OSX or Linux.
> >
> >   _ _ __ ___ _  _ _ ...
> > | Mathieu Bouchard - tél:+1.514.383.3801, Montréal QC
> > Canada___
> > PD-list@iem.at mailing list
> > UNSUBSCRIBE and account-management ->
> > http://lists.puredata.info/listinfo/pd-list
> >
>
>
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread jack
Good to know that !
thx.

Jack

>
> On Mon, 6 Aug 2007, David Divilly wrote:
>
>> I was wondering if you could pass on that work around for using multiple
>> instances of PD for mac .. Thanks a lot
>
> Open the Finder
>
> Get to the Pd application.
>
> Right-click (or Control-click) and select "show package contents". This is
> because apps are not real "regular files", they are disguised folders.
>
> dig a bit. (there are too many folder levels in there)
>
> one of the files inside is actually a true OSX executable, which is the
> one OSX loads when you click on the Pd application. I think it's in a
> folder labeled "MACOSX". Unlike when opening the app, each time you
> activate this file it opens Pd again. You can have as many as you want
> this way, just like on Linux.
>
> You can also achieve the same effect by opening a Terminal. Nothing
> special here: Pd.app will look like an ordinary folder. This will be easy
> if you already know how to use the Terminal in OSX or Linux.
>
>   _ _ __ ___ _  _ _ ...
> | Mathieu Bouchard - tél:+1.514.383.3801, Montréal QC
> Canada___
> PD-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread jack
Sorry, my precedent post is a mistake, the good objects are [pdp_yqt] or
[pdp_qt] at the end of tour tree with X11 you need [pdp_glx].
Tell me if it's ok !

Jack

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread jack
yeah, it's [pdp_glx]

> Thanks Roman
> So does anybody know of a mac equivalent for this??, because it seems in
> all
> the example patches [pdp_v4l]
> is used when multiple video capture devices are used.
>
> Dave.
>
> On 8/6/07, Roman Haefeli <[EMAIL PROTECTED]> wrote:
>>
>>
>> On Mon, 2007-08-06 at 21:56 +0100, David Divilly wrote:
>> > Ok, pdp and pidip both load now, but when I load the example patches
>> > from the browser
>> > it says:
>> >
>> >  pdp_v4l
>> > ... couldn't create
>> >
>> > Do I need to load an extra lib for this??  .. Dave
>>
>> no, i think not. 'v4l' means 'video for linux', which is the standard
>> interface for capturing video from tv-cards, usb-cams etc on linux. if i
>> am not totally mistaken, v4l isn't available on osx. i don't know, if
>> there is a special object for capturing video on pdp/osx, though.
>>
>> roman
>>
>>
>>
>>
>>
>>
>>
>>
>> ___
>> Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail:
>> http://mail.yahoo.de
>>
>>
> ___
> PD-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread Mathieu Bouchard


On Mon, 6 Aug 2007, David Divilly wrote:

I was wondering if you could pass on that work around for using multiple 
instances of PD for mac .. Thanks a lot


Open the Finder

Get to the Pd application.

Right-click (or Control-click) and select "show package contents". This is 
because apps are not real "regular files", they are disguised folders.


dig a bit. (there are too many folder levels in there)

one of the files inside is actually a true OSX executable, which is the 
one OSX loads when you click on the Pd application. I think it's in a 
folder labeled "MACOSX". Unlike when opening the app, each time you 
activate this file it opens Pd again. You can have as many as you want 
this way, just like on Linux.


You can also achieve the same effect by opening a Terminal. Nothing 
special here: Pd.app will look like an ordinary folder. This will be easy 
if you already know how to use the Terminal in OSX or Linux.


 _ _ __ ___ _  _ _ ...
| Mathieu Bouchard - tél:+1.514.383.3801, Montréal QC Canada___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread David Divilly
Thanks Roman
So does anybody know of a mac equivalent for this??, because it seems in all
the example patches [pdp_v4l]
is used when multiple video capture devices are used.

Dave.

On 8/6/07, Roman Haefeli <[EMAIL PROTECTED]> wrote:
>
>
> On Mon, 2007-08-06 at 21:56 +0100, David Divilly wrote:
> > Ok, pdp and pidip both load now, but when I load the example patches
> > from the browser
> > it says:
> >
> >  pdp_v4l
> > ... couldn't create
> >
> > Do I need to load an extra lib for this??  .. Dave
>
> no, i think not. 'v4l' means 'video for linux', which is the standard
> interface for capturing video from tv-cards, usb-cams etc on linux. if i
> am not totally mistaken, v4l isn't available on osx. i don't know, if
> there is a special object for capturing video on pdp/osx, though.
>
> roman
>
>
>
>
>
>
>
>
> ___
> Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail:
> http://mail.yahoo.de
>
>
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread Roman Haefeli

On Mon, 2007-08-06 at 21:56 +0100, David Divilly wrote:
> Ok, pdp and pidip both load now, but when I load the example patches
> from the browser 
> it says:
> 
>  pdp_v4l
> ... couldn't create
> 
> Do I need to load an extra lib for this??  .. Dave

no, i think not. 'v4l' means 'video for linux', which is the standard
interface for capturing video from tv-cards, usb-cams etc on linux. if i
am not totally mistaken, v4l isn't available on osx. i don't know, if
there is a special object for capturing video on pdp/osx, though.

roman

  






___ 
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: 
http://mail.yahoo.de


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread David Divilly
Ok, pdp and pidip both load now, but when I load the example patches from
the browser
it says:

 pdp_v4l
... couldn't create

Do I need to load an extra lib for this??  .. Dave

On 8/6/07, David Divilly <[EMAIL PROTECTED]> wrote:
>
> X11 was the problem, works fine now .. Thanks
>
> Dave
>
> On 8/6/07, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote:
> >
> > It's strange because i use PD on macosx 10.4.10 on powerpc and intel
> > platform and i have not notice a problem with pdp with the
> > 0.39.2-extended-rc3 (i use it)!
> > You must launch X11 before to start rendering (if you don't have it, see
> > on your installation cd of macosx).
> > Delete your org.puredata.pd.plist in your preference folder if you have
> > it.
> > Create a new patch and put : [import pdp pidip] object, then close it.
> > Now you can retry.
> >
> > Jack
> >
> >
> > > Thanks for the info guy, but I'm having problems installing PDP, I
> > using
> > > Pd
> > > version 0.39.2-extended-rc3 an I keep getting this error:
> > >
> > > /Users/DAW/Desktop/Pd-extended.app
> > /Contents/Resources/Scripts/../extra/pdp.pd_darwin:
> > > dlopen(/Users/DAW/Desktop/Pd-extended.app/Contents/Resources/Scripts/../extra/pdp.pd_darwin,
> > > 10): Library not loaded: /usr/X11R6/lib/libX11.6.dylib
> > >   Referenced from: /Users/DAW/Desktop/Pd-extended.app
> > > /Contents/Resources/Scripts/../extra/pdp.pd_darwin
> > >   Reason: image not found
> > > pdp: can't load library
> > >
> > > Any ideas on what I'm missing here. Thanks ...
> > >
> > > Dave.
> > >
> > >
> > > On 8/6/07, Mathieu Bouchard < [EMAIL PROTECTED]> wrote:
> > >>
> > >> On Mon, 6 Aug 2007, [EMAIL PROTECTED] wrote:
> > >>
> > >> > have a look at pdp…
> > >> >> Hi Guys
> > >> >> I was wondering if there is a way/object that allows me to display
> >
> > >> >> multiple
> > >> >> GEM windows at the same time. I have 3 webcams connected to PD and
> > I
> > >> want
> > >> >> an
> > >> >> individual GEM window for each.
> > >> >> Any ideas?? Thanks.
> > >>
> > >> Also GridFlow. I had 6 cameras in 6 windows in one pd, a few months
> > ago.
> > >>
> > >> You may also try running GEM in several "copies" of pd at once. In
> > >> Linux/Windows you only have to click several times on pd; in OSX you
> > >> can't
> > >> just do that, but I know a workaround for that if you (or anyone)
> > needs
> > >> it.
> > >>
> > >>   _ _ __ ___ _  _ _ ...
> > >> | Mathieu Bouchard - tél:+1.514.383.3801, Montréal QC Canada
> > >
> >
> >
>
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread David Divilly
X11 was the problem, works fine now .. Thanks

Dave

On 8/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> It's strange because i use PD on macosx 10.4.10 on powerpc and intel
> platform and i have not notice a problem with pdp with the
> 0.39.2-extended-rc3 (i use it)!
> You must launch X11 before to start rendering (if you don't have it, see
> on your installation cd of macosx).
> Delete your org.puredata.pd.plist in your preference folder if you have
> it.
> Create a new patch and put : [import pdp pidip] object, then close it.
> Now you can retry.
>
> Jack
>
>
> > Thanks for the info guy, but I'm having problems installing PDP, I using
> > Pd
> > version 0.39.2-extended-rc3 an I keep getting this error:
> >
> > /Users/DAW/Desktop/Pd-extended.app
> /Contents/Resources/Scripts/../extra/pdp.pd_darwin:
> > dlopen(/Users/DAW/Desktop/Pd-extended.app
> /Contents/Resources/Scripts/../extra/pdp.pd_darwin,
> > 10): Library not loaded: /usr/X11R6/lib/libX11.6.dylib
> >   Referenced from: /Users/DAW/Desktop/Pd-extended.app
> > /Contents/Resources/Scripts/../extra/pdp.pd_darwin
> >   Reason: image not found
> > pdp: can't load library
> >
> > Any ideas on what I'm missing here. Thanks ...
> >
> > Dave.
> >
> >
> > On 8/6/07, Mathieu Bouchard <[EMAIL PROTECTED]> wrote:
> >>
> >> On Mon, 6 Aug 2007, [EMAIL PROTECTED] wrote:
> >>
> >> > have a look at pdp…
> >> >> Hi Guys
> >> >> I was wondering if there is a way/object that allows me to display
> >> >> multiple
> >> >> GEM windows at the same time. I have 3 webcams connected to PD and I
> >> want
> >> >> an
> >> >> individual GEM window for each.
> >> >> Any ideas?? Thanks.
> >>
> >> Also GridFlow. I had 6 cameras in 6 windows in one pd, a few months
> ago.
> >>
> >> You may also try running GEM in several "copies" of pd at once. In
> >> Linux/Windows you only have to click several times on pd; in OSX you
> >> can't
> >> just do that, but I know a workaround for that if you (or anyone) needs
> >> it.
> >>
> >>   _ _ __ ___ _  _ _ ...
> >> | Mathieu Bouchard - tél:+1.514.383.3801, Montréal QC Canada
> >
>
>
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread jack
It's strange because i use PD on macosx 10.4.10 on powerpc and intel
platform and i have not notice a problem with pdp with the
0.39.2-extended-rc3 (i use it)!
You must launch X11 before to start rendering (if you don't have it, see
on your installation cd of macosx).
Delete your org.puredata.pd.plist in your preference folder if you have it.
Create a new patch and put : [import pdp pidip] object, then close it.
Now you can retry.

Jack


> Thanks for the info guy, but I'm having problems installing PDP, I using
> Pd
> version 0.39.2-extended-rc3 an I keep getting this error:
>
> /Users/DAW/Desktop/Pd-extended.app/Contents/Resources/Scripts/../extra/pdp.pd_darwin:
> dlopen(/Users/DAW/Desktop/Pd-extended.app/Contents/Resources/Scripts/../extra/pdp.pd_darwin,
> 10): Library not loaded: /usr/X11R6/lib/libX11.6.dylib
>   Referenced from: /Users/DAW/Desktop/Pd-extended.app
> /Contents/Resources/Scripts/../extra/pdp.pd_darwin
>   Reason: image not found
> pdp: can't load library
>
> Any ideas on what I'm missing here. Thanks ...
>
> Dave.
>
>
> On 8/6/07, Mathieu Bouchard <[EMAIL PROTECTED]> wrote:
>>
>> On Mon, 6 Aug 2007, [EMAIL PROTECTED] wrote:
>>
>> > have a look at pdp…
>> >> Hi Guys
>> >> I was wondering if there is a way/object that allows me to display
>> >> multiple
>> >> GEM windows at the same time. I have 3 webcams connected to PD and I
>> want
>> >> an
>> >> individual GEM window for each.
>> >> Any ideas?? Thanks.
>>
>> Also GridFlow. I had 6 cameras in 6 windows in one pd, a few months ago.
>>
>> You may also try running GEM in several "copies" of pd at once. In
>> Linux/Windows you only have to click several times on pd; in OSX you
>> can't
>> just do that, but I know a workaround for that if you (or anyone) needs
>> it.
>>
>>   _ _ __ ___ _  _ _ ...
>> | Mathieu Bouchard - tél:+1.514.383.3801, Montréal QC Canada
>


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread David Divilly
Thanks for the info guy, but I'm having problems installing PDP, I using Pd
version 0.39.2-extended-rc3 an I keep getting this error:

/Users/DAW/Desktop/Pd-extended.app/Contents/Resources/Scripts/../extra/pdp.pd_darwin:
dlopen(/Users/DAW/Desktop/Pd-extended.app/Contents/Resources/Scripts/../extra/pdp.pd_darwin,
10): Library not loaded: /usr/X11R6/lib/libX11.6.dylib
  Referenced from: /Users/DAW/Desktop/Pd-extended.app
/Contents/Resources/Scripts/../extra/pdp.pd_darwin
  Reason: image not found
pdp: can't load library

Any ideas on what I'm missing here. Thanks ...

Dave.


On 8/6/07, Mathieu Bouchard <[EMAIL PROTECTED]> wrote:
>
> On Mon, 6 Aug 2007, [EMAIL PROTECTED] wrote:
>
> > have a look at pdp…
> >> Hi Guys
> >> I was wondering if there is a way/object that allows me to display
> >> multiple
> >> GEM windows at the same time. I have 3 webcams connected to PD and I
> want
> >> an
> >> individual GEM window for each.
> >> Any ideas?? Thanks.
>
> Also GridFlow. I had 6 cameras in 6 windows in one pd, a few months ago.
>
> You may also try running GEM in several "copies" of pd at once. In
> Linux/Windows you only have to click several times on pd; in OSX you can't
> just do that, but I know a workaround for that if you (or anyone) needs
> it.
>
>   _ _ __ ___ _  _ _ ...
> | Mathieu Bouchard - tél:+1.514.383.3801, Montréal QC Canada
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread Mathieu Bouchard

On Mon, 6 Aug 2007, [EMAIL PROTECTED] wrote:


have a look at pdp…

Hi Guys
I was wondering if there is a way/object that allows me to display
multiple
GEM windows at the same time. I have 3 webcams connected to PD and I want
an
individual GEM window for each.
Any ideas?? Thanks.


Also GridFlow. I had 6 cameras in 6 windows in one pd, a few months ago.

You may also try running GEM in several "copies" of pd at once. In 
Linux/Windows you only have to click several times on pd; in OSX you can't 
just do that, but I know a workaround for that if you (or anyone) needs 
it.


 _ _ __ ___ _  _ _ ...
| Mathieu Bouchard - tél:+1.514.383.3801, Montréal QC Canada___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Multiple Webcams and Gem

2007-08-06 Thread jack
have a look at pdp…

> Hi Guys
> I was wondering if there is a way/object that allows me to display
> multiple
> GEM windows at the same time. I have 3 webcams connected to PD and I want
> an
> individual GEM window for each.
> Any ideas?? Thanks.
>
> Dave.
> ___
> PD-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list