Hi,
Does anyone know the easiest way of combining 2 or more camera outputs into one stream? ie. how can I take two cameras using 320 x 240 and generate a wider image 640x240? Is this possible in PD? I would like the resulting stream to be available in v4l ie /dev/video0 + /dev/video1 = /dev/video2 . Any thoughts on this? Thanks, Jim
On Wed, 4 Nov 2009, jim wrote:
Does anyone know the easiest way of combining 2 or more camera outputs into one stream? ie. how can I take two cameras using 320 x 240 and generate a wider image 640x240? Is this possible in PD? I would like the resulting stream to be available in v4l ie /dev/video0 + /dev/video1 = /dev/video2 . Any thoughts on this? Thanks, Jim
If I have two images coming out from two [#in], I can make a wider image that contains both images side to side using [#join 1], but this is not the only way of putting images together to form a bigger image. for example, it could be about alternating slices of both images. In that case, I'd use a [#remap_image] after the [#join 1], to shuffle things around a bit.
But you didn't say whether you want to do this with GEM, PDP or GF.
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801
On Wed, 4 Nov 2009, Mathieu Bouchard wrote:
I would like the resulting stream to be available in v4l ie /dev/video0
- /dev/video1 = /dev/video2 .
Sorry, I didn't read that part. Please disregard my post then.
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801
Hi Mathieu
On Wed, 4 Nov 2009, Mathieu Bouchard wrote:
I would like the resulting stream to be available in v4l ie /dev/video0
- /dev/video1 = /dev/video2 .
Sorry, I didn't read that part. Please disregard my post then.
Ya that's the tough part . Jim
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801
I don't see how you could make the result available as a v4l device without doing things in C, and even then I would not know how to make it work.
Certainly not possible directly in PD without making your own v4l output external. I guess there is no such thing? (vloopback?)
.b.
jim wrote:
Hi,
Does anyone know the easiest way of combining 2 or more camera outputs into one stream? ie. how can I take two cameras using 320 x 240 and generate a wider image 640x240? Is this possible in PD? I would like the resulting stream to be available in v4l ie /dev/video0 + /dev/video1 = /dev/video2 . Any thoughts on this? Thanks, Jim
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
ola,
easy to get the input of two cams and make a composite in pdp, gem or gf ...
but i don't know any code that outputs this as in a v4l [virtual] device ... where do you want to use the output ???
we usually get such an putput with video outpit, wires and a mixer .. cos the machine would be overloaded quite fast ..
saludos, sevy
jim wrote:
Hi,
Does anyone know the easiest way of combining 2 or more camera outputs into one stream? ie. how can I take two cameras using 320 x 240 and generate a wider image 640x240? Is this possible in PD? I would like the resulting stream to be available in v4l ie /dev/video0 + /dev/video1 = /dev/video2 . Any thoughts on this? Thanks, Jim
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi Yves
ola,
easy to get the input of two cams and make a composite in pdp, gem or gf ...
but i don't know any code that outputs this as in a v4l [virtual] device ... where do you want to use the output ???
I wanted to use it with CCV http://ccv.nuigroup.com/
we usually get such an putput with video outpit, wires and a mixer .. cos the machine would be overloaded quite fast ..
Ok Thanks a lot. If I find another way or write something I'll let folks know. It seems an external that takes Gem, PDP, etc. output and sends it to vloopback could be quite useful for working with other programs.
Jim
saludos, sevy
jim wrote:
Hi,
Does anyone know the easiest way of combining 2 or more camera outputs into one stream? ie. how can I take two cameras using 320 x 240 and generate a wider image 640x240? Is this possible in PD? I would like the resulting stream to be available in v4l ie /dev/video0 + /dev/video1 = /dev/video2 . Any thoughts on this? Thanks, Jim
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi Jim,
there is this one project , called VideoJack, started by Jaromil I guess, might be a starting point... if you can portuguese!
http://www.estudiolivre.org/videojack
++ OH
jim wrote:
Hi Yves
ola,
easy to get the input of two cams and make a composite in pdp, gem or gf ...
but i don't know any code that outputs this as in a v4l [virtual] device ... where do you want to use the output ???
I wanted to use it with CCV http://ccv.nuigroup.com/
we usually get such an putput with video outpit, wires and a mixer .. cos the machine would be overloaded quite fast ..
Ok Thanks a lot. If I find another way or write something I'll let folks know. It seems an external that takes Gem, PDP, etc. output and sends it to vloopback could be quite useful for working with other programs.
Jim
saludos, sevy
jim wrote:
Hi,
Does anyone know the easiest way of combining 2 or more camera outputs into one stream? ie. how can I take two cameras using 320 x 240 and generate a wider image 640x240? Is this possible in PD? I would like the resulting stream to be available in v4l ie /dev/video0 + /dev/video1 = /dev/video2 . Any thoughts on this? Thanks, Jim
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
You could stream the video result.... at least I think you can do it easily
2009/11/5 Oli44 olivier@heinry.fr
Hi Jim,
there is this one project , called VideoJack, started by Jaromil I guess, might be a starting point... if you can portuguese!
http://www.estudiolivre.org/videojack
++ OH
jim wrote:
Hi Yves
ola,
easy to get the input of two cams and make a composite in pdp, gem or gf ...
but i don't know any code that outputs this as in a v4l [virtual] device ... where do you want to use the output ???
I wanted to use it with CCV http://ccv.nuigroup.com/
we usually get such an putput with video outpit, wires and a mixer .. cos the machine would be overloaded quite fast ..
Ok Thanks a lot. If I find another way or write something I'll let folks know. It seems an external that takes Gem, PDP, etc. output and sends it to vloopback could be quite useful for working with other programs.
Jim
saludos, sevy
jim wrote:
Hi,
Does anyone know the easiest way of combining 2 or more camera outputs into one stream? ie. how can I take two cameras using 320 x 240 and generate a wider image 640x240? Is this possible in PD? I would like the resulting stream to be available in v4l ie /dev/video0 + /dev/video1 = /dev/video2 . Any thoughts on this? Thanks, Jim
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
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
ola,
it was not started by jaromil, but by the collective that gather every year in piksel and one which work much in this is salsaman from LiVes..
why do you need always to put one author on a collective project?
i never participated myself on the pd-side, cause i never use 2 video applications at the same time on a single machine, i don't think you can really work this way
ciao, sevy
Oli44 wrote:
Hi Jim,
there is this one project , called VideoJack, started by Jaromil I guess, might be a starting point... if you can portuguese!
http://www.estudiolivre.org/videojack
++ OH
jim wrote:
Hi Yves
ola,
easy to get the input of two cams and make a composite in pdp, gem or gf ...
but i don't know any code that outputs this as in a v4l [virtual] device ... where do you want to use the output ???
I wanted to use it with CCV http://ccv.nuigroup.com/
we usually get such an putput with video outpit, wires and a mixer .. cos the machine would be overloaded quite fast ..
Ok Thanks a lot. If I find another way or write something I'll let folks know. It seems an external that takes Gem, PDP, etc. output and sends it to vloopback could be quite useful for working with other programs.
Jim
saludos, sevy
jim wrote:
Hi,
Does anyone know the easiest way of combining 2 or more camera outputs into one stream? ie. how can I take two cameras using 320 x 240 and generate a wider image 640x240? Is this possible in PD? I would like the resulting stream to be available in v4l ie /dev/video0 + /dev/video1 = /dev/video2 . Any thoughts on this? Thanks, Jim
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
Hi Jim,
there is this one project , called VideoJack, started by Jaromil I guess, might be a starting point... if you can portuguese!
Thanks a lot Oliver. Yes looks like an interesting project. I'll look into adapting it.
Jim
++ OH
jim wrote:
Hi Yves
ola,
easy to get the input of two cams and make a composite in pdp, gem or gf ...
but i don't know any code that outputs this as in a v4l [virtual] device ... where do you want to use the output ???
I wanted to use it with CCV http://ccv.nuigroup.com/
we usually get such an putput with video outpit, wires and a mixer .. cos the machine would be overloaded quite fast ..
Ok Thanks a lot. If I find another way or write something I'll let folks know. It seems an external that takes Gem, PDP, etc. output and sends it to vloopback could be quite useful for working with other programs.
Jim
saludos, sevy
jim wrote:
Hi,
Does anyone know the easiest way of combining 2 or more camera outputs into one stream? ie. how can I take two cameras using 320 x 240 and generate a wider image 640x240? Is this possible in PD? I would like the resulting stream to be available in v4l ie /dev/video0 + /dev/video1 = /dev/video2 . Any thoughts on this? Thanks, Jim
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
jim wrote:
Hi Jim,
there is this one project , called VideoJack, started by Jaromil I guess, might be a starting point... if you can portuguese!
Thanks a lot Oliver. Yes looks like an interesting project. I'll look into adapting it.
adapt it?? you mean write some externals in pd?
anyway the real page of Video Jack is here : http://www.piksel.no/pwiki/VideoJack
saludos, sevy
Jim
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
ydegoyon@gmail.com wrote:
jim wrote:
adapt it?? you mean write some externals in pd?
iirc, some brazilian has already done a bridge between Pd and videojack. it was not accepted for the pdcon though,...
fgmasr IOhannes
I used videojack with EffectTV and piped it into pd with video jack externals would be nice for this.
From: pd-list-bounces@iem.at [pd-list-bounces@iem.at] On Behalf Of IOhannes m zmölnig [zmoelnig@iem.at] Sent: Thursday, November 05, 2009 5:39 PM To: pd list Subject: Re: [PD] combining 2 or more cameras to output 1 stream in Linux
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
ydegoyon@gmail.com wrote:
jim wrote:
adapt it?? you mean write some externals in pd?
iirc, some brazilian has already done a bridge between Pd and videojack. it was not accepted for the pdcon though,...
fgmasr IOhannes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I think you mean video_loopback here ...
Pagano, Patrick wrote:
I used videojack with EffectTV and piped it into pd with video jack externals would be nice for this.
From: pd-list-bounces@iem.at [pd-list-bounces@iem.at] On Behalf Of IOhannes m zmölnig [zmoelnig@iem.at] Sent: Thursday, November 05, 2009 5:39 PM To: pd list Subject: Re: [PD] combining 2 or more cameras to output 1 stream in Linux
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
ydegoyon@gmail.com wrote:
jim wrote:
adapt it?? you mean write some externals in pd?
iirc, some brazilian has already done a bridge between Pd and videojack. it was not accepted for the pdcon though,...
fgmasr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkrzVA0ACgkQkX2Xpv6ydvRE3gCg5Cpn8qsw9PgaxusThbN0e9zS snQAmwW18TvrNJxie7rj6kSNMksVwpuW =4mxa -----END PGP SIGNATURE-----
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
IOhannes m zmölnig wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
ydegoyon@gmail.com wrote:
jim wrote:
adapt it?? you mean write some externals in pd?
iirc, some brazilian has already done a bridge between Pd and videojack. it was not accepted for the pdcon though,...
all i see if 'planned clients' : pd_vjack_in pd_vjack_out
nothing published there
saludos, sevy
Quoting jim cinetron@passport.ca:
Hi,
Does anyone know the easiest way of combining 2 or more camera outputs into one stream? ie. how can I take two cameras using 320 x 240 and generate a wider image 640x240? Is this possible in PD? I would like the resulting stream to be available in v4l ie /dev/video0 + /dev/video1 = /dev/video2 . Any thoughts on this? Thanks,
afaik there is an experimental vloopback module for GStreamer available.
you could use pdgst to control it from within Pd (if you don't want to
use GStreamer directly)
fgamdsr IOhannes
This message was sent using IMP, the Internet Messaging Program.