Hi,
I would like to track different colors at the same time with my web cam so I've try different way. I begun in GEM with [pix_movement] and/or [pix_alpha] and/or [pix_background]. It was quite good until I wanted only one tracking. With two, it begun more complicate to configure [pix_alpha] in RGBA to dissociate the spots. So, I've tried [pdp_ctrack] which is very powerful but in some situations it would be better to process only with moving pixel.
I thought [pix_2pdp] would be the solution to use [pix_movement] before [pdp_ctrack] but it seem not to work with [pix_video] in RGBA colorspace, and in YUV I loose the color information after the [pix_movement] process... (By the way, I can't have simultaneously my webcam in GEM and in Pdp with [pix_2pdp], but, maybe, it's normal)
What can I do ?
Is there a [pix_movement] for Pdp I didn't find yet ? Is there a way to chose precisely the color to configure [pix_alpha] ? (maybe by converting the colorspace with [pix_rgb2hsv] but what to do after ?).
Of course, if you have a solution for tracking color without answering my questions, I'm still interested. :-p
Thanks.
01ivier
Oups... I forgot to say it, but, of course I use [pix_blob] at the end of my GEM chain...
2010/6/21 Olivier Baudu lamouraupeuple@gmail.com
Hi,
I would like to track different colors at the same time with my web cam so I've try different way. I begun in GEM with [pix_movement] and/or [pix_alpha] and/or [pix_background]. It was quite good until I wanted only one tracking. With two, it begun more complicate to configure [pix_alpha] in RGBA to dissociate the spots. So, I've tried [pdp_ctrack] which is very powerful but in some situations it would be better to process only with moving pixel.
I thought [pix_2pdp] would be the solution to use [pix_movement] before [pdp_ctrack] but it seem not to work with [pix_video] in RGBA colorspace, and in YUV I loose the color information after the [pix_movement] process... (By the way, I can't have simultaneously my webcam in GEM and in Pdp with [pix_2pdp], but, maybe, it's normal)
What can I do ?
Is there a [pix_movement] for Pdp I didn't find yet ? Is there a way to chose precisely the color to configure [pix_alpha] ? (maybe by converting the colorspace with [pix_rgb2hsv] but what to do after ?).
Of course, if you have a solution for tracking color without answering my questions, I'm still interested. :-p
Thanks.
01ivier
Oups oups...
---> Ubuntu 10.04 / Pd version 0.42.5-extended-rc3
Sorry...
2010/6/21 Olivier Baudu lamouraupeuple@gmail.com
Oups... I forgot to say it, but, of course I use [pix_blob] at the end of my GEM chain...
2010/6/21 Olivier Baudu lamouraupeuple@gmail.com
Hi,
I would like to track different colors at the same time with my web cam so I've try different way. I begun in GEM with [pix_movement] and/or [pix_alpha] and/or [pix_background]. It was quite good until I wanted only one tracking. With two, it begun more complicate to configure [pix_alpha] in RGBA to dissociate the spots. So, I've tried [pdp_ctrack] which is very powerful but in some situations it would be better to process only with moving pixel.
I thought [pix_2pdp] would be the solution to use [pix_movement] before [pdp_ctrack] but it seem not to work with [pix_video] in RGBA colorspace, and in YUV I loose the color information after the [pix_movement] process... (By the way, I can't have simultaneously my webcam in GEM and in Pdp with [pix_2pdp], but, maybe, it's normal)
What can I do ?
Is there a [pix_movement] for Pdp I didn't find yet ? Is there a way to chose precisely the color to configure [pix_alpha] ? (maybe by converting the colorspace with [pix_rgb2hsv] but what to do after ?).
Of course, if you have a solution for tracking color without answering my questions, I'm still interested. :-p
Thanks.
01ivier
ola,
have a look at the color filter from pix_opencv/pdp_opencv : http://www.hangar.org/wikis/lab/doku.php?id=start:puredata_opencv
saludos, sevy
Olivier Baudu wrote:
Oups... I forgot to say it, but, of course I use [pix_blob] at the end of my GEM chain...
2010/6/21 Olivier Baudu <lamouraupeuple@gmail.com mailto:lamouraupeuple@gmail.com>
Hi, I would like to track different colors at the same time with my web cam so I've try different way. I begun in GEM with [pix_movement] and/or [pix_alpha] and/or [pix_background]. It was quite good until I wanted only one tracking. With two, it begun more complicate to configure [pix_alpha] in RGBA to dissociate the spots. So, I've tried [pdp_ctrack] which is very powerful but in some situations it would be better to process only with moving pixel. I thought [pix_2pdp] would be the solution to use [pix_movement] before [pdp_ctrack] but it seem not to work with [pix_video] in RGBA colorspace, and in YUV I loose the color information after the [pix_movement] process... (By the way, I can't have simultaneously my webcam in GEM and in Pdp with [pix_2pdp], but, maybe, it's normal) What can I do ? Is there a [pix_movement] for Pdp I didn't find yet ? Is there a way to chose precisely the color to configure [pix_alpha] ? (maybe by converting the colorspace with [pix_rgb2hsv] but what to do after ?). Of course, if you have a solution for tracking color without answering my questions, I'm still interested. :-p Thanks. 01ivier
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Jaime Oliver did this color tracking extern a couple years ago:
http://www.realidadvisual.org/jaimeoliver/research_colortrack.htm
On Mon, Jun 21, 2010 at 9:51 AM, Olivier Baudu lamouraupeuple@gmail.com wrote:
Hi,
I would like to track different colors at the same time with my web cam so I've try different way. I begun in GEM with [pix_movement] and/or [pix_alpha] and/or [pix_background]. It was quite good until I wanted only one tracking. With two, it begun more complicate to configure [pix_alpha] in RGBA to dissociate the spots. So, I've tried [pdp_ctrack] which is very powerful but in some situations it would be better to process only with moving pixel.
I thought [pix_2pdp] would be the solution to use [pix_movement] before [pdp_ctrack] but it seem not to work with [pix_video] in RGBA colorspace, and in YUV I loose the color information after the [pix_movement] process... (By the way, I can't have simultaneously my webcam in GEM and in Pdp with [pix_2pdp], but, maybe, it's normal)
What can I do ?
Is there a [pix_movement] for Pdp I didn't find yet ? Is there a way to chose precisely the color to configure [pix_alpha] ? (maybe by converting the colorspace with [pix_rgb2hsv] but what to do after ?).
Of course, if you have a solution for tracking color without answering my questions, I'm still interested. :-p
Thanks.
01ivier
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
By the way: Does anyone have compiled binaries of that pix_colortrack external? (linux 32 or win 32?)
Best regards, Pedro
On Tue, Jun 22, 2010 at 6:32 AM, William Brent william.brent@gmail.comwrote:
Jaime Oliver did this color tracking extern a couple years ago:
http://www.realidadvisual.org/jaimeoliver/research_colortrack.htm
On Mon, Jun 21, 2010 at 9:51 AM, Olivier Baudu lamouraupeuple@gmail.com wrote:
Hi,
I would like to track different colors at the same time with my web cam
so
I've try different way. I begun in GEM with [pix_movement] and/or [pix_alpha] and/or [pix_background]. It was quite good until I wanted only one tracking. With two, it begun more complicate to configure [pix_alpha] in RGBA to dissociate the spots. So, I've tried [pdp_ctrack] which is very powerful but in some situations
it
would be better to process only with moving pixel.
I thought [pix_2pdp] would be the solution to use [pix_movement] before [pdp_ctrack] but it seem not to work with [pix_video] in RGBA colorspace, and in YUV I loose the color information after the [pix_movement]
process...
(By the way, I can't have simultaneously my webcam in GEM and in Pdp with [pix_2pdp], but, maybe, it's normal)
What can I do ?
Is there a [pix_movement] for Pdp I didn't find yet ? Is there a way to chose precisely the color to configure [pix_alpha] ? (maybe by converting the colorspace with [pix_rgb2hsv] but what to do after ?).
Of course, if you have a solution for tracking color without answering my questions, I'm still interested. :-p
Thanks.
01ivier
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- William Brent www.williambrent.com
“Great minds flock together” Conflations: conversational idiom for the 21st century
www.conflations.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Thank you Yves, Even if your [pdp_ctrack] seems to be more powerfull in my situation than [pdp_opencv_colorfilt], I've discovered Open CV library... great...
Thank you too, William, [pix_colortrack] looks intersting but I'm in the same situation as Pedro... Whithout more informations in the "src" folder of this external's source, I realy don't know how to compile it... (But I confess that my knowledge in compilation is very poor...).
01vier.
2010/6/22 Pedro Lopes pedro.lopes@ist.utl.pt
By the way: Does anyone have compiled binaries of that pix_colortrack external? (linux 32 or win 32?)
Best regards, Pedro
On Tue, Jun 22, 2010 at 6:32 AM, William Brent william.brent@gmail.comwrote:
Jaime Oliver did this color tracking extern a couple years ago:
http://www.realidadvisual.org/jaimeoliver/research_colortrack.htm
On Mon, Jun 21, 2010 at 9:51 AM, Olivier Baudu lamouraupeuple@gmail.com wrote:
Hi,
I would like to track different colors at the same time with my web cam
so
I've try different way. I begun in GEM with [pix_movement] and/or [pix_alpha] and/or [pix_background]. It was quite good until I wanted only one tracking. With two, it begun more complicate to configure [pix_alpha] in RGBA to dissociate the spots. So, I've tried [pdp_ctrack] which is very powerful but in some
situations it
would be better to process only with moving pixel.
I thought [pix_2pdp] would be the solution to use [pix_movement] before [pdp_ctrack] but it seem not to work with [pix_video] in RGBA
colorspace,
and in YUV I loose the color information after the [pix_movement]
process...
(By the way, I can't have simultaneously my webcam in GEM and in Pdp
with
[pix_2pdp], but, maybe, it's normal)
What can I do ?
Is there a [pix_movement] for Pdp I didn't find yet ? Is there a way to chose precisely the color to configure [pix_alpha] ? (maybe by converting the colorspace with [pix_rgb2hsv] but what to do after ?).
Of course, if you have a solution for tracking color without answering
my
questions, I'm still interested. :-p
Thanks.
01ivier
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- William Brent www.williambrent.com
“Great minds flock together” Conflations: conversational idiom for the 21st century
www.conflations.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Pedro Lopes contacto: jazz@radiozero.pt website: http://web.ist.utl.pt/Pedro.Lopes
I'm sure someone on the list will have a better solution, but what I did to compile this was to throw it into Gem's src/Pixes directory, then just make a clean build of Gem.
On Tue, Jun 22, 2010 at 12:46 PM, Olivier Baudu lamouraupeuple@gmail.com wrote:
Thank you Yves, Even if your [pdp_ctrack] seems to be more powerfull in my situation than [pdp_opencv_colorfilt], I've discovered Open CV library... great...
Thank you too, William, [pix_colortrack] looks intersting but I'm in the same situation as Pedro... Whithout more informations in the "src" folder of this external's source, I realy don't know how to compile it... (But I confess that my knowledge in compilation is very poor...).
01vier.
2010/6/22 Pedro Lopes pedro.lopes@ist.utl.pt
By the way: Does anyone have compiled binaries of that pix_colortrack external? (linux 32 or win 32?)
Best regards, Pedro
On Tue, Jun 22, 2010 at 6:32 AM, William Brent william.brent@gmail.com wrote:
Jaime Oliver did this color tracking extern a couple years ago:
http://www.realidadvisual.org/jaimeoliver/research_colortrack.htm
On Mon, Jun 21, 2010 at 9:51 AM, Olivier Baudu lamouraupeuple@gmail.com wrote:
Hi,
I would like to track different colors at the same time with my web cam so I've try different way. I begun in GEM with [pix_movement] and/or [pix_alpha] and/or [pix_background]. It was quite good until I wanted only one tracking. With two, it begun more complicate to configure [pix_alpha] in RGBA to dissociate the spots. So, I've tried [pdp_ctrack] which is very powerful but in some situations it would be better to process only with moving pixel.
I thought [pix_2pdp] would be the solution to use [pix_movement] before [pdp_ctrack] but it seem not to work with [pix_video] in RGBA colorspace, and in YUV I loose the color information after the [pix_movement] process... (By the way, I can't have simultaneously my webcam in GEM and in Pdp with [pix_2pdp], but, maybe, it's normal)
What can I do ?
Is there a [pix_movement] for Pdp I didn't find yet ? Is there a way to chose precisely the color to configure [pix_alpha] ? (maybe by converting the colorspace with [pix_rgb2hsv] but what to do after ?).
Of course, if you have a solution for tracking color without answering my questions, I'm still interested. :-p
Thanks.
01ivier
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- William Brent www.williambrent.com
“Great minds flock together” Conflations: conversational idiom for the 21st century
www.conflations.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Pedro Lopes contacto: jazz@radiozero.pt website: http://web.ist.utl.pt/Pedro.Lopes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi,
I moved this external to:
http://www.jaimeoliver.pe/archives/645
I could make linux 64 and osx binaries though...
If you compiled gem, throw it in your Pixes folder and recompile...
best,
J
On Tue, Jun 22, 2010 at 6:21 PM, William Brent william.brent@gmail.com wrote:
I'm sure someone on the list will have a better solution, but what I did to compile this was to throw it into Gem's src/Pixes directory, then just make a clean build of Gem.
On Tue, Jun 22, 2010 at 12:46 PM, Olivier Baudu lamouraupeuple@gmail.com wrote:
Thank you Yves, Even if your [pdp_ctrack] seems to be more powerfull in my situation than [pdp_opencv_colorfilt], I've discovered Open CV library... great...
Thank you too, William, [pix_colortrack] looks intersting but I'm in the same situation as Pedro... Whithout more informations in the "src" folder of this external's source, I realy don't know how to compile it... (But I confess that my knowledge in compilation is very poor...).
01vier.
2010/6/22 Pedro Lopes pedro.lopes@ist.utl.pt
By the way: Does anyone have compiled binaries of that pix_colortrack external? (linux 32 or win 32?)
Best regards, Pedro
On Tue, Jun 22, 2010 at 6:32 AM, William Brent william.brent@gmail.com wrote:
Jaime Oliver did this color tracking extern a couple years ago:
http://www.realidadvisual.org/jaimeoliver/research_colortrack.htm
On Mon, Jun 21, 2010 at 9:51 AM, Olivier Baudu lamouraupeuple@gmail.com wrote:
Hi,
I would like to track different colors at the same time with my web cam so I've try different way. I begun in GEM with [pix_movement] and/or [pix_alpha] and/or [pix_background]. It was quite good until I wanted only one tracking. With two, it begun more complicate to configure [pix_alpha] in RGBA to dissociate the spots. So, I've tried [pdp_ctrack] which is very powerful but in some situations it would be better to process only with moving pixel.
I thought [pix_2pdp] would be the solution to use [pix_movement] before [pdp_ctrack] but it seem not to work with [pix_video] in RGBA colorspace, and in YUV I loose the color information after the [pix_movement] process... (By the way, I can't have simultaneously my webcam in GEM and in Pdp with [pix_2pdp], but, maybe, it's normal)
What can I do ?
Is there a [pix_movement] for Pdp I didn't find yet ? Is there a way to chose precisely the color to configure [pix_alpha] ? (maybe by converting the colorspace with [pix_rgb2hsv] but what to do after ?).
Of course, if you have a solution for tracking color without answering my questions, I'm still interested. :-p
Thanks.
01ivier
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- William Brent www.williambrent.com
“Great minds flock together” Conflations: conversational idiom for the 21st century
www.conflations.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Pedro Lopes contacto: jazz@radiozero.pt website: http://web.ist.utl.pt/Pedro.Lopes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- William Brent www.williambrent.com
“Great minds flock together” Conflations: conversational idiom for the 21st century
www.conflations.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Thanks, I've successfully compiled it in Linux (32 bits). Here's the makefile I've used for it (very rough and simple), maybe its helpful to anyone.. of course you have to set up both include dirs to the corrected ones in your system (pd includes and gem src).
I'm not very keen at compiling for Win32, does any one have a binary for pix_colortrack in win 32?
Best regards, Pedro
On Wed, Jun 23, 2010 at 5:01 AM, Jaime Oliver jaime.oliver2@gmail.comwrote:
Hi,
I moved this external to:
http://www.jaimeoliver.pe/archives/645
I could make linux 64 and osx binaries though...
If you compiled gem, throw it in your Pixes folder and recompile...
best,
J
On Tue, Jun 22, 2010 at 6:21 PM, William Brent william.brent@gmail.com wrote:
I'm sure someone on the list will have a better solution, but what I did to compile this was to throw it into Gem's src/Pixes directory, then just make a clean build of Gem.
On Tue, Jun 22, 2010 at 12:46 PM, Olivier Baudu lamouraupeuple@gmail.com wrote:
Thank you Yves, Even if your [pdp_ctrack] seems to be more powerfull in my situation
than
[pdp_opencv_colorfilt], I've discovered Open CV library... great...
Thank you too, William, [pix_colortrack] looks intersting but I'm in the same situation as
Pedro...
Whithout more informations in the "src" folder of this external's
source, I
realy don't know how to compile it... (But I confess that my knowledge in compilation is very poor...).
01vier.
2010/6/22 Pedro Lopes pedro.lopes@ist.utl.pt
By the way: Does anyone have compiled binaries of that pix_colortrack external? (linux 32 or win 32?)
Best regards, Pedro
On Tue, Jun 22, 2010 at 6:32 AM, William Brent <
william.brent@gmail.com>
wrote:
Jaime Oliver did this color tracking extern a couple years ago:
http://www.realidadvisual.org/jaimeoliver/research_colortrack.htm
On Mon, Jun 21, 2010 at 9:51 AM, Olivier Baudu <
lamouraupeuple@gmail.com>
wrote:
Hi,
I would like to track different colors at the same time with my web
cam
so I've try different way. I begun in GEM with [pix_movement] and/or [pix_alpha] and/or [pix_background]. It was quite good until I wanted only one
tracking.
With two, it begun more complicate to configure [pix_alpha] in RGBA
to
dissociate the spots. So, I've tried [pdp_ctrack] which is very powerful but in some situations it would be better to process only with moving pixel.
I thought [pix_2pdp] would be the solution to use [pix_movement]
before
[pdp_ctrack] but it seem not to work with [pix_video] in RGBA colorspace, and in YUV I loose the color information after the [pix_movement] process... (By the way, I can't have simultaneously my webcam in GEM and in Pdp with [pix_2pdp], but, maybe, it's normal)
What can I do ?
Is there a [pix_movement] for Pdp I didn't find yet ? Is there a way to chose precisely the color to configure [pix_alpha]
?
(maybe by converting the colorspace with [pix_rgb2hsv] but what to do after ?).
Of course, if you have a solution for tracking color without
answering
my questions, I'm still interested. :-p
Thanks.
01ivier
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- William Brent www.williambrent.com
“Great minds flock together” Conflations: conversational idiom for the 21st century
www.conflations.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Pedro Lopes contacto: jazz@radiozero.pt website: http://web.ist.utl.pt/Pedro.Lopes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- William Brent www.williambrent.com
“Great minds flock together” Conflations: conversational idiom for the 21st century
www.conflations.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
-- Jaime E Oliver LR
www.jaimeoliver.pe
858 750 0924 (cel) 858 202 1522 (home)
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Here's a quick Mac OS X Makefile based on the one I did for William's
pix_motion_sector, perhaps these two could be combined into a template
Makefile for standalone Gem objects?
And on that thought, I'm going to include the Gem headers in Pd- extended so that its easy to build these things.
.hc
On Jun 23, 2010, at 2:48 PM, Pedro Lopes wrote:
Thanks, I've successfully compiled it in Linux (32 bits). Here's the makefile I've used for it (very rough and simple), maybe
its helpful to anyone.. of course you have to set up both include
dirs to the corrected ones in your system (pd includes and gem src).I'm not very keen at compiling for Win32, does any one have a binary
for pix_colortrack in win 32?Best regards, Pedro
On Wed, Jun 23, 2010 at 5:01 AM, Jaime Oliver
jaime.oliver2@gmail.com wrote: Hi,I moved this external to:
http://www.jaimeoliver.pe/archives/645
I could make linux 64 and osx binaries though...
If you compiled gem, throw it in your Pixes folder and recompile...
best,
J
On Tue, Jun 22, 2010 at 6:21 PM, William Brent <william.brent@gmail.com
wrote: I'm sure someone on the list will have a better solution, but what I did to compile this was to throw it into Gem's src/Pixes directory, then just make a clean build of Gem.
On Tue, Jun 22, 2010 at 12:46 PM, Olivier Baudu lamouraupeuple@gmail.com wrote:
Thank you Yves, Even if your [pdp_ctrack] seems to be more powerfull in my
situation than
[pdp_opencv_colorfilt], I've discovered Open CV library... great...
Thank you too, William, [pix_colortrack] looks intersting but I'm in the same situation
as Pedro...
Whithout more informations in the "src" folder of this external's
source, I
realy don't know how to compile it... (But I confess that my knowledge in compilation is very poor...).
01vier.
2010/6/22 Pedro Lopes pedro.lopes@ist.utl.pt
By the way: Does anyone have compiled binaries of that
pix_colortrack
external? (linux 32 or win 32?)
Best regards, Pedro
On Tue, Jun 22, 2010 at 6:32 AM, William Brent <william.brent@gmail.com
wrote:
Jaime Oliver did this color tracking extern a couple years ago:
http://www.realidadvisual.org/jaimeoliver/research_colortrack.htm
On Mon, Jun 21, 2010 at 9:51 AM, Olivier Baudu <lamouraupeuple@gmail.com
wrote:
Hi,
I would like to track different colors at the same time with
my web cam
so I've try different way. I begun in GEM with [pix_movement] and/or [pix_alpha] and/or [pix_background]. It was quite good until I wanted only one
tracking.
With two, it begun more complicate to configure [pix_alpha]
in RGBA to
dissociate the spots. So, I've tried [pdp_ctrack] which is very powerful but in some situations it would be better to process only with moving pixel.
I thought [pix_2pdp] would be the solution to use
[pix_movement] before
[pdp_ctrack] but it seem not to work with [pix_video] in RGBA colorspace, and in YUV I loose the color information after the
[pix_movement]
process... (By the way, I can't have simultaneously my webcam in GEM and
in Pdp
with [pix_2pdp], but, maybe, it's normal)
What can I do ?
Is there a [pix_movement] for Pdp I didn't find yet ? Is there a way to chose precisely the color to configure
[pix_alpha] ?
(maybe by converting the colorspace with [pix_rgb2hsv] but what to do after ?).
Of course, if you have a solution for tracking color without
answering
my questions, I'm still interested. :-p
Thanks.
01ivier
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- William Brent www.williambrent.com
“Great minds flock together” Conflations: conversational idiom for the 21st century
www.conflations.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Pedro Lopes contacto: jazz@radiozero.pt website: http://web.ist.utl.pt/Pedro.Lopes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- William Brent www.williambrent.com
“Great minds flock together” Conflations: conversational idiom for the 21st century
www.conflations.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Jaime E Oliver LR
www.jaimeoliver.pe
858 750 0924 (cel) 858 202 1522 (home)
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Pedro Lopes contacto: jazz@radiozero.pt website: http://web.ist.utl.pt/Pedro.Lopes <makefile>_______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
kill your television
Sorry I didn't get it clearly? Combine it with mine? Sure... I have no OSX/mac to test your version though...
And on that thought, I'm going to include the Gem headers in Pd-extended so
that its easy to build >these things. If it doesn't collide with the conceptual "separation" of the two projects (which I don't know where you draw the line... probably only you=pd-developers know).... it will simplify things :)
On Thu, Jul 8, 2010 at 8:45 PM, Hans-Christoph Steiner hans@at.or.atwrote:
Here's a quick Mac OS X Makefile based on the one I did for William's pix_motion_sector, perhaps these two could be combined into a template Makefile for standalone Gem objects?
And on that thought, I'm going to include the Gem headers in Pd-extended so that its easy to build these things.
.hc
On Jun 23, 2010, at 2:48 PM, Pedro Lopes wrote:
Thanks, I've successfully compiled it in Linux (32 bits). Here's the makefile I've used for it (very rough and simple), maybe its helpful to anyone.. of course you have to set up both include dirs to the corrected ones in your system (pd includes and gem src).
I'm not very keen at compiling for Win32, does any one have a binary for pix_colortrack in win 32?
Best regards, Pedro
On Wed, Jun 23, 2010 at 5:01 AM, Jaime Oliver jaime.oliver2@gmail.comwrote:
Hi,
I moved this external to:
http://www.jaimeoliver.pe/archives/645
I could make linux 64 and osx binaries though...
If you compiled gem, throw it in your Pixes folder and recompile...
best,
J
On Tue, Jun 22, 2010 at 6:21 PM, William Brent william.brent@gmail.com wrote:
I'm sure someone on the list will have a better solution, but what I did to compile this was to throw it into Gem's src/Pixes directory, then just make a clean build of Gem.
On Tue, Jun 22, 2010 at 12:46 PM, Olivier Baudu lamouraupeuple@gmail.com wrote:
Thank you Yves, Even if your [pdp_ctrack] seems to be more powerfull in my situation
than
[pdp_opencv_colorfilt], I've discovered Open CV library... great...
Thank you too, William, [pix_colortrack] looks intersting but I'm in the same situation as
Pedro...
Whithout more informations in the "src" folder of this external's
source, I
realy don't know how to compile it... (But I confess that my knowledge in compilation is very poor...).
01vier.
2010/6/22 Pedro Lopes pedro.lopes@ist.utl.pt
By the way: Does anyone have compiled binaries of that pix_colortrack external? (linux 32 or win 32?)
Best regards, Pedro
On Tue, Jun 22, 2010 at 6:32 AM, William Brent <
william.brent@gmail.com>
wrote:
Jaime Oliver did this color tracking extern a couple years ago:
http://www.realidadvisual.org/jaimeoliver/research_colortrack.htm
On Mon, Jun 21, 2010 at 9:51 AM, Olivier Baudu <
lamouraupeuple@gmail.com>
wrote: > Hi, > > I would like to track different colors at the same time with my web
cam
> so > I've try different way. > I begun in GEM with [pix_movement] and/or [pix_alpha] and/or > [pix_background]. It was quite good until I wanted only one
tracking.
> With two, it begun more complicate to configure [pix_alpha] in RGBA
to
> dissociate the spots. > So, I've tried [pdp_ctrack] which is very powerful but in some > situations it > would be better to process only with moving pixel. > > I thought [pix_2pdp] would be the solution to use [pix_movement]
before
> [pdp_ctrack] but it seem not to work with [pix_video] in RGBA > colorspace, > and in YUV I loose the color information after the [pix_movement] > process... > (By the way, I can't have simultaneously my webcam in GEM and in
Pdp
> with > [pix_2pdp], but, maybe, it's normal) > > What can I do ? > > Is there a [pix_movement] for Pdp I didn't find yet ? > Is there a way to chose precisely the color to configure
[pix_alpha] ?
> (maybe by converting the colorspace with > [pix_rgb2hsv] but what to do after ?). > > Of course, if you have a solution for tracking color without
answering
> my > questions, I'm still interested. :-p > > Thanks. > > 01ivier > > > > _______________________________________________ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > >
-- William Brent www.williambrent.com
“Great minds flock together” Conflations: conversational idiom for the 21st century
www.conflations.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Pedro Lopes contacto: jazz@radiozero.pt website: http://web.ist.utl.pt/Pedro.Lopes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- William Brent www.williambrent.com
“Great minds flock together” Conflations: conversational idiom for the 21st century
www.conflations.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
-- Jaime E Oliver LR
www.jaimeoliver.pe
858 750 0924 (cel) 858 202 1522 (home)
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Pedro Lopes contacto: jazz@radiozero.pt website: http://web.ist.utl.pt/Pedro.Lopes <makefile>_______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
kill your television
Hi all! A dell axim x50 came to mi hands recently. It has the following characteristics:
intel pxa270 520 mhz processor 64Mb RAM 128 Mb ROM windows mobile 2003 second edition version 4.21.1088
Is there any puredata version capable of running in such a device? How should I do to install it (I understand that the installer for this device are of the CAB type (whatever it means).
I have been looking for info about installing linux in this dell, but apparently the actual proved buids had failed to recognize the sound interface, leaving the device uncapable of recording or producing sound. So the puredata version I am looking for is for wm2003.
Thankyou in advance for any tip.
Fernando
Hi again. If puredata anywhere (only-linux) is the answer when speaking of ppc... ...I guess I must wait a bit longer until the aximx50-port project (http://handhelds.org/moin/moin.cgi/DellAximX50) gets to +-A code (I am still relatively young and healthy, I guess) :)
Fernando Gadea escribió:
Hi all! A dell axim x50 came to mi hands recently. It has the following characteristics:
intel pxa270 520 mhz processor 64Mb RAM 128 Mb ROM windows mobile 2003 second edition version 4.21.1088
Is there any puredata version capable of running in such a device? How should I do to install it (I understand that the installer for this device are of the CAB type (whatever it means).
I have been looking for info about installing linux in this dell, but apparently the actual proved buids had failed to recognize the sound interface, leaving the device uncapable of recording or producing sound. So the puredata version I am looking for is for wm2003.
Thankyou in advance for any tip.
Fernando
You could try making a WM build of Pd. The hard part would be the
audio I/O.
.hc
On Jun 24, 2010, at 4:00 AM, Fernando Gadea wrote:
Hi again. If puredata anywhere (only-linux) is the answer when speaking of
ppc... ...I guess I must wait a bit longer until the aximx50-port
project (http://handhelds.org/moin/moin.cgi/DellAximX50) gets to +-A
code (I am still relatively young and healthy, I guess) :)Fernando Gadea escribió:
Hi all! A dell axim x50 came to mi hands recently. It has the following
characteristics:intel pxa270 520 mhz processor 64Mb RAM 128 Mb ROM windows mobile 2003 second edition version 4.21.1088
Is there any puredata version capable of running in such a device? How should I do to install it (I understand that the installer for
this device are of the CAB type (whatever it means).I have been looking for info about installing linux in this dell,
but apparently the actual proved buids had failed to recognize the
sound interface, leaving the device uncapable of recording or
producing sound. So the puredata version I am looking for is for
wm2003.Thankyou in advance for any tip.
Fernando
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I have the audacity to believe that peoples everywhere can have three
meals a day for their bodies, education and culture for their minds,
and dignity, equality and freedom for their spirits. - Martin
Luther King, Jr.
Hello Hans-Christoph Thankyou for your answer. As for now I am not getting any answer from the axim-linux porting list (the axim is nowadays abandonware, as far as I know) what you propose seems to be my best chance. Could you (or anybody in the list) tell me what proccedures should I study and where should I find the info I need? Best reggards Fernando
Hans-Christoph Steiner escribió:
You could try making a WM build of Pd. The hard part would be the audio I/O.
.hc
On Jun 24, 2010, at 4:00 AM, Fernando Gadea wrote:
Hi again. If puredata anywhere (only-linux) is the answer when speaking of ppc... ...I guess I must wait a bit longer until the aximx50-port project (http://handhelds.org/moin/moin.cgi/DellAximX50) gets to +-A code (I am still relatively young and healthy, I guess) :)
Fernando Gadea escribió:
Hi all! A dell axim x50 came to mi hands recently. It has the following characteristics:
intel pxa270 520 mhz processor 64Mb RAM 128 Mb ROM windows mobile 2003 second edition version 4.21.1088
Is there any puredata version capable of running in such a device? How should I do to install it (I understand that the installer for this device are of the CAB type (whatever it means).
I have been looking for info about installing linux in this dell, but apparently the actual proved buids had failed to recognize the sound interface, leaving the device uncapable of recording or producing sound. So the puredata version I am looking for is for wm2003.
Thankyou in advance for any tip.
Fernando
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I have the audacity to believe that peoples everywhere can have three meals a day for their bodies, education and culture for their minds, and dignity, equality and freedom for their spirits. - Martin Luther King, Jr.
For WM2003 you probably want to ask on a list for that.
.hc
On Jul 8, 2010, at 8:29 PM, Fernando Gadea wrote:
Hello Hans-Christoph Thankyou for your answer. As for now I am not getting any answer from the axim-linux porting
list (the axim is nowadays abandonware, as far as I know) what you
propose seems to be my best chance. Could you (or anybody in the
list) tell me what proccedures should I study and where should I
find the info I need? Best reggards FernandoHans-Christoph Steiner escribió:
You could try making a WM build of Pd. The hard part would be the
audio I/O..hc
On Jun 24, 2010, at 4:00 AM, Fernando Gadea wrote:
Hi again. If puredata anywhere (only-linux) is the answer when speaking of
ppc... ...I guess I must wait a bit longer until the aximx50-port
project (http://handhelds.org/moin/moin.cgi/DellAximX50) gets to +- A code (I am still relatively young and healthy, I guess) :)Fernando Gadea escribió:
Hi all! A dell axim x50 came to mi hands recently. It has the following
characteristics:intel pxa270 520 mhz processor 64Mb RAM 128 Mb ROM windows mobile 2003 second edition version 4.21.1088
Is there any puredata version capable of running in such a device? How should I do to install it (I understand that the installer
for this device are of the CAB type (whatever it means).I have been looking for info about installing linux in this dell,
but apparently the actual proved buids had failed to recognize
the sound interface, leaving the device uncapable of recording or
producing sound. So the puredata version I am looking for is for
wm2003.Thankyou in advance for any tip.
Fernando
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I have the audacity to believe that peoples everywhere can have
three meals a day for their bodies, education and culture for their
minds, and dignity, equality and freedom for their spirits. -
Martin Luther King, Jr.
News is what people want to keep hidden and everything else is
publicity. - Bill Moyers
Silly me. I will, thankyou again.
Hans-Christoph Steiner escribió:
For WM2003 you probably want to ask on a list for that.
.hc
On Jul 8, 2010, at 8:29 PM, Fernando Gadea wrote:
Hello Hans-Christoph Thankyou for your answer. As for now I am not getting any answer from the axim-linux porting list (the axim is nowadays abandonware, as far as I know) what you propose seems to be my best chance. Could you (or anybody in the list) tell me what proccedures should I study and where should I find the info I need? Best reggards Fernando
Hans-Christoph Steiner escribió:
You could try making a WM build of Pd. The hard part would be the audio I/O.
.hc
On Jun 24, 2010, at 4:00 AM, Fernando Gadea wrote:
Hi again. If puredata anywhere (only-linux) is the answer when speaking of ppc... ...I guess I must wait a bit longer until the aximx50-port project (http://handhelds.org/moin/moin.cgi/DellAximX50) gets to +-A code (I am still relatively young and healthy, I guess) :)
Fernando Gadea escribió:
Hi all! A dell axim x50 came to mi hands recently. It has the following characteristics:
intel pxa270 520 mhz processor 64Mb RAM 128 Mb ROM windows mobile 2003 second edition version 4.21.1088
Is there any puredata version capable of running in such a device? How should I do to install it (I understand that the installer for this device are of the CAB type (whatever it means).
I have been looking for info about installing linux in this dell, but apparently the actual proved buids had failed to recognize the sound interface, leaving the device uncapable of recording or producing sound. So the puredata version I am looking for is for wm2003.
Thankyou in advance for any tip.
Fernando
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I have the audacity to believe that peoples everywhere can have three meals a day for their bodies, education and culture for their minds, and dignity, equality and freedom for their spirits. - Martin Luther King, Jr.
News is what people want to keep hidden and everything else is publicity. - Bill Moyers
Hi, the best object for tracking color is pdp_ctrack.... works very.very fine... you can duplicate the program and track many colors....works really fine....
Best regards
José
2010/6/21 Olivier Baudu lamouraupeuple@gmail.com
Hi,
I would like to track different colors at the same time with my web cam so I've try different way. I begun in GEM with [pix_movement] and/or [pix_alpha] and/or [pix_background]. It was quite good until I wanted only one tracking. With two, it begun more complicate to configure [pix_alpha] in RGBA to dissociate the spots. So, I've tried [pdp_ctrack] which is very powerful but in some situations it would be better to process only with moving pixel.
I thought [pix_2pdp] would be the solution to use [pix_movement] before [pdp_ctrack] but it seem not to work with [pix_video] in RGBA colorspace, and in YUV I loose the color information after the [pix_movement] process... (By the way, I can't have simultaneously my webcam in GEM and in Pdp with [pix_2pdp], but, maybe, it's normal)
What can I do ?
Is there a [pix_movement] for Pdp I didn't find yet ? Is there a way to chose precisely the color to configure [pix_alpha] ? (maybe by converting the colorspace with [pix_rgb2hsv] but what to do after ?).
Of course, if you have a solution for tracking color without answering my questions, I'm still interested. :-p
Thanks.
01ivier
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Sun, 11 Jul 2010, Jose Luis Santorcuato wrote:
Hi, the best object for tracking color is pdp_ctrack.... works very.very fine... you can duplicate the program and track many colors....works really fine....
I suppose you aren't considering GridFlow's color_detect.pd ?
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801
Yes, for sure... That's why my first message was dealing with "how to use [pdp_ctrack ] only with moving pixels ?" :-)
01ivier
2010/7/11 Jose Luis Santorcuato santorcuato76@gmail.com
Hi, the best object for tracking color is pdp_ctrack.... works very.very fine... you can duplicate the program and track many colors....works really fine....
Best regards
José
2010/6/21 Olivier Baudu lamouraupeuple@gmail.com
Hi,
I would like to track different colors at the same time with my web cam so I've try different way. I begun in GEM with [pix_movement] and/or [pix_alpha] and/or [pix_background]. It was quite good until I wanted only one tracking. With two, it begun more complicate to configure [pix_alpha] in RGBA to dissociate the spots. So, I've tried [pdp_ctrack] which is very powerful but in some situations it would be better to process only with moving pixel.
I thought [pix_2pdp] would be the solution to use [pix_movement] before [pdp_ctrack] but it seem not to work with [pix_video] in RGBA colorspace, and in YUV I loose the color information after the [pix_movement] process... (By the way, I can't have simultaneously my webcam in GEM and in Pdp with [pix_2pdp], but, maybe, it's normal)
What can I do ?
Is there a [pix_movement] for Pdp I didn't find yet ? Is there a way to chose precisely the color to configure [pix_alpha] ? (maybe by converting the colorspace with [pix_rgb2hsv] but what to do after ?).
Of course, if you have a solution for tracking color without answering my questions, I'm still interested. :-p
Thanks.
01ivier
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
--
http://arselectronicachile.blogspot.com http://www.myspace.com/santorcuato