hi, i'm trying to invert a live video signal on OSX 10.4.10, G4 1.67
like this:
gemhead | pix_video | pix_invert | pix_texture | rectangle 4 3
but it only processes the upper half image, the lower half stays normal is there a solution or another way to invert a live video signal in gem?
thank you, emanuel
p.s.: i only found this unanswered mail from 2003 in the archives:
[PD] Gem - pix_invert - only bottom 1/3 of image gets processed! robcanning rscanning at eircom.net Fri Nov 28 18:55:39 CET 2003
Hello,
while i am at it - bombarding the list with my problems - here is another one! sorry:-)
in XP with the latest stable PD and Gem if i use: pix_video_ds > pix_invert > pix_texture2 > square 4 for example, only the bottom third of the my webcam feed gets processed by pix_invert in the gem window. I don't have this problem in OSX with the same patch (but using pix_video instead of pix_video_ds) Anybody got and ideas why this is happening?
Thanks, Rob
rectangle 4 -3 will flip the image. Does the image from the device always come out inverted or is the camera upside down?
On 9/24/07, |||__||| media.gambler@gmail.com wrote:
hi, i'm trying to invert a live video signal on OSX 10.4.10, G4 1.67 like this:
gemhead | pix_video | pix_invert | pix_texture | rectangle 4 3
but it only processes the upper half image, the lower half stays normal is there a solution or another way to invert a live video signal in gem?
thank you, emanuel
p.s.: i only found this unanswered mail from 2003 in the archives:
[PD] Gem - pix_invert - only bottom 1/3 of image gets processed! robcanning rscanning at eircom.net Fri Nov 28 18:55:39 CET 2003
Hello,
while i am at it - bombarding the list with my problems - here is another one! sorry:-)
in XP with the latest stable PD and Gem if i use: pix_video_ds > pix_invert > pix_texture2 > square 4 for example, only the bottom third of the my webcam feed gets processed by pix_invert in the gem window. I don't have this problem in OSX with the same patch (but using pix_video instead of pix_video_ds) Anybody got and ideas why this is happening?
Thanks, Rob
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Nevermind. You want something different. Long day here.
On 9/24/07, chris clepper cgclepper@gmail.com wrote:
rectangle 4 -3 will flip the image. Does the image from the device always come out inverted or is the camera upside down?
On 9/24/07, |||__||| < media.gambler@gmail.com> wrote:
hi, i'm trying to invert a live video signal on OSX 10.4.10, G4 1.67 like this:
gemhead | pix_video | pix_invert | pix_texture | rectangle 4 3
but it only processes the upper half image, the lower half stays normal is there a solution or another way to invert a live video signal in gem?
thank you, emanuel
p.s.: i only found this unanswered mail from 2003 in the archives:
[PD] Gem - pix_invert - only bottom 1/3 of image gets processed! robcanning rscanning at eircom.net Fri Nov 28 18:55:39 CET 2003
Hello,
while i am at it - bombarding the list with my problems - here is another one! sorry:-)
in XP with the latest stable PD and Gem if i use: pix_video_ds > pix_invert > pix_texture2 > square 4 for example, only the bottom third of the my webcam feed gets processed by pix_invert in the gem window. I don't have this problem in OSX with the same patch (but using pix_video instead of pix_video_ds) Anybody got and ideas why this is happening?
Thanks, Rob
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
IOhannes m zmoelnig wrote:
|||__||| wrote:
but it only processes the upper half image, the lower half stays normal is there a solution or another way to invert a live video signal in gem?
which os?which Gem version?
does it go away if you put a [pix_buf] before the [pix_invert] ?
and do you think it is related to http://sf.net/tracker/index.php?func=detail&aid=1609198&group_id=643...
mfg.asdr IOhannes
On 25 Sep 2007, at 08:38, IOhannes m zmoelnig wrote:
but it only processes the upper half image, the lower half stays
normal is there a solution or another way to invert a live video signal
in gem?which os?which Gem version? does it go away if you put a [pix_buf] before the [pix_invert] ?
and do you think it is related to http://sf.net/tracker/index.php? func=detail&aid=1609198&group_id=64325&atid=507079
ah - misunderstanding: i'm not trying to flip the image, i want to
turn white pixels black and black pixels white.
using pix_buf didn't work.
i use pd 039.3-extended-rc5 with gem 0.91-cvs on OSX 10.4.10, now on
a 1.83ghz intel mini mac.
best, emanuel