Bugs item #2714224, was opened at 2009-03-26 12:18
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=2714224&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: None
Group: None
>Status: Pending
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_video trouble with pd 0.42-4 and Gem 0.91-3 and Mac OSx
Initial Comment:
I compile the source Gem 0.91-3 for pd 0.42-4 and Mac OSx 10.5.6 and I have a problem with pix_video :
I have this message in the pd console :
error: [pix_videoNEW]: do video for this OS
also my webcam didn't appear in the Gem Window.
I test Gem 0.91-3 and pd 0.41-4 with the same OS pix_video works perfectly.
Otherwise I have a strange message in the pd console when the Gem library is loaded in pd 0.42-4 :
warning: old method 'width' for class 'curve' renamed 'width_aliased'
warning: old method 'draw' for class 'curve' renamed 'draw_aliased'
warning: old method 'draw' for class 'curve3d' renamed 'draw_aliased'
warning: old method 'open' for class 'fragment_program' renamed 'open_aliased'
warning: old method 'print' for class 'fragment_program' renamed 'print_aliased'
warning: old method 'open' for class 'glsl_fragment' renamed 'open_aliased'
warning: old method 'print' for class 'glsl_fragment' renamed 'print_aliased'
warning: old method 'gem_state' for class 'pix_filmDarwin' renamed 'gem_state_aliased'
warning: old method 'open' for class 'pix_filmDarwin' renamed 'open_aliased'
warning: old method 'img_num' for class 'pix_filmDarwin' renamed 'img_num_aliased'
warning: old method 'auto' for class 'pix_filmDarwin' renamed 'auto_aliased'
warning: class 'pix_film' overwritten\; old one renamed 'pix_film_aliased'
warning: old method 'gem_state' for class 'pix_filmQT' renamed 'gem_state_aliased'
warning: old method 'open' for class 'pix_filmQT' renamed 'open_aliased'
warning: old method 'img_num' for class 'pix_filmQT' renamed 'img_num_aliased'
warning: old method 'auto' for class 'pix_filmQT' renamed 'auto_aliased'
warning: old method 'gem_state' for class 'pix_videoDarwin' renamed 'gem_state_aliased'
warning: old method 'dialog' for class 'pix_videoDarwin' renamed 'dialog_aliased'
warning: old method 'colorspace' for class 'pix_videoDarwin' renamed 'colorspace_aliased'
warning: class 'pix_video' overwritten\; old one renamed 'pix_video_aliased'
warning: old method 'width' for class 'polygon' renamed 'width_aliased'
warning: old method 'draw' for class 'polygon' renamed 'draw_aliased'
warning: old method 'draw' for class 'primTri' renamed 'draw_aliased'
warning: old method 'width' for class 'scopeXYZ' renamed 'width_aliased'
warning: old method 'draw' for class 'scopeXYZ' renamed 'draw_aliased'
GEM: Graphics Environment for Multimedia
GEM: ver: 0.91.3 'tigital'
GEM: compiled: Mar 25 2009
GEM: maintained by IOhannes m zmoelnig
GEM: Authors : Mark Danks (original version)
GEM: Chris Clepper
GEM: James Tittle
GEM: IOhannes m zmoelnig
GEM: with help by Guenter Geiger, Daniel Heckenberg, Cyrille Henry, et al.
GEM: found a bug? miss a feature? please report it:
GEM: homepage http://gem.iem.at/
GEM: bug-tracker http://sourceforge.net/projects/pd-gem/
GEM: mailing-list http://lists.puredata.info/listinfo/gem-dev/
GEM: compiled for SIMD architecture: SSE2 MMX
GEM: using SSE2 optimization
Cheers Thomas
----------------------------------------------------------------------
>Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-06-02 10:43
Message:
all in all it is save to assume that Gem<=0.91 does not play too nicely
with Pd>=0.42.
Gem>=0.92 should have these issues fixed.
i don't have any plans to backport these changes to older Gem-versions.
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-03-26 15:23
Message:
could you try to build Gem from svn and see whether the problem has been
fixed?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=2714224&group_…
Bugs item #2779564, was opened at 2009-04-23 16:39
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=2779564&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: None
>Status: Pending
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_chroma_key uses RGB values from 0-255, not 0-1
Initial Comment:
For whatever reason, [pix_chroma_key] uses RGB values between 0 and 255 rather than 0 and 1 like the rest of Gem.
http://lists.puredata.info/pipermail/gem-dev/2009-04/003952.html
----------------------------------------------------------------------
>Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-06-02 10:41
Message:
should be fixed with revision 2828.
the behaviour is now: if all of the |values| are <=1.0, then we assume
they are normalized, else we switch to legacy mode.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=2779564&group_…
Bugs item #2782081, was opened at 2009-04-27 13:38
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=2782081&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Pending
>Resolution: Works For Me
Priority: 5
Private: No
Submitted By: ClaudiusMaximus (claudiusmaximus)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_write aborts pd when disk is full
Initial Comment:
If you fill the disk with pix_write (quite easy when saving in TIFF format), pd aborts.
error: ImageMagick: /mnt/wednesday/in/rec/img60413.tif: Write error at scanline 456. `TIFFAppendToStrip'
pd: magick/exception.c:932: ThrowMagickExceptionList: Assertion `exception->signature == 0xabacadabUL' failed.
(then pd aborts)
A fix would ideally let the pd patch know something went wrong so it could turn off image saving or quit by itself or whatever it wants to do.
Versions: Gem-0.91.1-2 and pd-0.41.4 from the pure:dyne repository.
----------------------------------------------------------------------
>Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-06-02 10:27
Message:
hmm, unable to reproduce this.
when my disk fills up i get:
> error: ImageMagick: /home/zmoelnig/tmp/pixes/delme00117.tif: Write error
at scanline 21. `TIFFAppendToStrip'
> error: GEM: Unable to save image to
'/home/zmoelnig/tmp/pixes/delme00117.tif'
(and i get a number of empty files from then on.)
the graceful errorhandling of magick-exceptions should be in any 0.91
release.
as for the feedback to the patch, i am not sure how to really handle this
in a simple way yet (e.g. without adding a "state" outlet to each and every
object - but then: why not?)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=2782081&group_…
Feature Requests item #2799505, was opened at 2009-06-01 17:11
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507082&aid=2799505&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: image processing
Group: None
>Status: Pending
Priority: 5
Private: No
Submitted By: Cyrille Henry (nusmuk)
Assigned to: IOhannes m zmlnig (zmoelnig)
Summary: pix_video and device number
Initial Comment:
selecting the FireWire device on linux need to send a "device n" message to pix_video where n can be 0, 1 or 2, depending on the way you compile Gem.
for better portability of a patch, it would be great to alias this message with more explicit message :
device FW, device V4L and device V4L2 by example...
----------------------------------------------------------------------
>Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-06-02 09:58
Message:
good idea, implemented with
http://pd-gem.svn.sourceforge.net/viewvc/pd-gem?view=rev&revision=2826
the remaining thing is the actual backend names to use.
for now the rule of thumb was to use the same name as displayed in the
console and some handy aliases
- "video4linux", "v4l"
- "video4linux2", "v4l2"
- "ieee1394" (changed the displayed name from 'ieee1394 for linux'), "dv",
"dv4l"
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507082&aid=2799505&group_…
Feature Requests item #2799505, was opened at 2009-06-01 15:11
Message generated for change (Tracker Item Submitted) made by nusmuk
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507082&aid=2799505&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: Cyrille Henry (nusmuk)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_video and device number
Initial Comment:
selecting the FireWire device on linux need to send a "device n" message to pix_video where n can be 0, 1 or 2, depending on the way you compile Gem.
for better portability of a patch, it would be great to alias this message with more explicit message :
device FW, device V4L and device V4L2 by example...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507082&aid=2799505&group_…