Bugs item #3570525, was opened at 2012-09-21 07:56
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3570525&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: any operating system
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_resize donesn't work with yuv colourspace
Initial Comment:
pix_resize donesn't resize an image with yuv colourspace. It still passes the image but with original size.
I dont know the Gem vertion but it is the one from Pd-Extended 0.43.1.extended-20120502
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2013-01-20 10:05
Message:
that's most likely true.
[pix_resize] uses gluScaleImage() internally, which might not have support
for exotic colorspaces like YUV.
gluScaleImage() is probably not the most efficient scaler anyhow, so we
might want to consider replacing it with a self-written one, that supports
all of Gem's colorspaces.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3570525&group_…
Bugs item #3588913, was opened at 2012-11-21 04:26
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3588913&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: build-system
Group: linux
>Status: Pending
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: kubriel (kubriel)
Assigned to: Nobody/Anonymous (nobody)
Summary: INCLUDES is the old name for AM_CPPFLAGS
Initial Comment:
for now just warning, but according to
http://www.mail-archive.com/automake@gnu.org/msg18202.html
Stefano will remove support for $(INCLUDES) in Automake 1.13
configure.ac:103: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
im using x64 arch linux
pd git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data
gem git://pd-gem.git.sourceforge.net/gitroot/pd-gem/Gem
autoconf --version
autoconf (GNU Autoconf) 2.69
automake --version
automake (GNU automake) 1.12.5
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2013-01-20 10:02
Message:
Gem doesn't really use INCLUDES anywhere in the Makefiles, so the warning
can be considered a false positive.
anyhow, i removed the (unused) portions in configure.ac, so now the warning
should go away as well...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3588913&group_…
Bugs item #3600457, was opened at 2013-01-11 18:06
Message generated for change (Comment added) made by maxn
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3600457&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: osx
Status: Open
Resolution: None
Priority: 6
Private: No
Submitted By: max (maxn)
Assigned to: Nobody/Anonymous (nobody)
Summary: [pix_video] not disposed
Initial Comment:
This is tested with GEM: ver: 0.93.3 GEM: compiled: Nov 10 2011 on os x 10.8.2
When using [pix_video] in a patch and closing and reopening it camera aquisition fails.
Steps to reproduce:
1. open pd, make new patch
2. put [gemwin], [create, 1( and [gemhead], [pix_video]
(console output: [pix_video]: backend #0='Darwin' : darwin dv iidc analog)
3. open gem window
(console output:
GemwinMac: width - 500 height - 500
GemWindow Activate err = 0
GEM: GLEW version 1.5.4
GEM: Start rendering
SG channnel Device List count 4 index 3
SG channnel Device List[0] CamTwist
SG channnel Device List[1] DV Video
SG channnel Device List[2] IIDC FireWire Video
SG channnel Device List[3] USB Video Class Video
SGSetChannelDevice trying[0] CamTwist
SGSetChannelDevice returned error -1
vdigName is FaceTime HD Camera (Built-in)
digitizer rect is top 0 bottom 1200 left 0 right 1600
active src rect is top 0 bottom 1200 left 0 right 1600
could not set SG Rect
using YUV
)
4. close patch (optional: close gem window before)
(console output:
GEM: Stop rendering
destroyGemWindow() DisposeWindow
)
5. reopen the patch or recreate
RESULT: failing to open the patch
console:
(Tcl) UNGÜLTIGER BEFEHL NAME: invalid command name "DVFreeThread"
while executing
"DVFreeThread - CFMachPortCreateWithPort hack = 0x54a3e0, fPowerNotifyPort= 0x549d30"
("uplevel" body line 1)
invoked from within
"uplevel #0 $cmds_from_pd"
----------------------------------------------------------------------
>Comment By: max (maxn)
Date: 2013-01-12 09:23
Message:
hi IOhannes, (most of) the info is already in the first line of my bug
report.
Mac OS X 10.8.2/Intel
Pd version 0.43.4-extended-20130107
Gem ver: 0.93.3 GEM: compiled: Nov 10 2011
videoctl: enumerate
SG channnel Device List count 3 index 2
SG channnel Device List[0] DV Video
SG channnel Device List[1] IIDC FireWire Video
SG channnel Device List[2] USB Video Class Video
info: devices 3
info: device DV Video darwin
info: device IIDC FireWire Video darwin
info: device USB Video Class Video darwin
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2013-01-12 01:53
Message:
Please provide as detailed information as possible including which
operating system (OS), CPU type, specific hardware, and the exact distro
and version of Pd itself, as well as the exact version of Gem, etc.
If you are using Pd-extended (which comes with Gem installed), you still
ought to provide the version-number of Gem (as printed out on the
Pd-console).
For example:
> Mac OS X 10.5.7/Intel
> Pd version 0.41.4-extended
> Gem 0.93.3 (as packaged with PdX)
> installed video backends: darwin, VLC
> installed movie backends: none
> installed image loaders: QT, ImageMagick
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3600457&group_…
Bugs item #3600457, was opened at 2013-01-11 18:06
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3600457&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: osx
Status: Open
Resolution: None
Priority: 6
Private: No
Submitted By: max (maxn)
Assigned to: Nobody/Anonymous (nobody)
Summary: [pix_video] not disposed
Initial Comment:
This is tested with GEM: ver: 0.93.3 GEM: compiled: Nov 10 2011 on os x 10.8.2
When using [pix_video] in a patch and closing and reopening it camera aquisition fails.
Steps to reproduce:
1. open pd, make new patch
2. put [gemwin], [create, 1( and [gemhead], [pix_video]
(console output: [pix_video]: backend #0='Darwin' : darwin dv iidc analog)
3. open gem window
(console output:
GemwinMac: width - 500 height - 500
GemWindow Activate err = 0
GEM: GLEW version 1.5.4
GEM: Start rendering
SG channnel Device List count 4 index 3
SG channnel Device List[0] CamTwist
SG channnel Device List[1] DV Video
SG channnel Device List[2] IIDC FireWire Video
SG channnel Device List[3] USB Video Class Video
SGSetChannelDevice trying[0] CamTwist
SGSetChannelDevice returned error -1
vdigName is FaceTime HD Camera (Built-in)
digitizer rect is top 0 bottom 1200 left 0 right 1600
active src rect is top 0 bottom 1200 left 0 right 1600
could not set SG Rect
using YUV
)
4. close patch (optional: close gem window before)
(console output:
GEM: Stop rendering
destroyGemWindow() DisposeWindow
)
5. reopen the patch or recreate
RESULT: failing to open the patch
console:
(Tcl) UNGÜLTIGER BEFEHL NAME: invalid command name "DVFreeThread"
while executing
"DVFreeThread - CFMachPortCreateWithPort hack = 0x54a3e0, fPowerNotifyPort= 0x549d30"
("uplevel" body line 1)
invoked from within
"uplevel #0 $cmds_from_pd"
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2013-01-12 01:53
Message:
Please provide as detailed information as possible including which
operating system (OS), CPU type, specific hardware, and the exact distro
and version of Pd itself, as well as the exact version of Gem, etc.
If you are using Pd-extended (which comes with Gem installed), you still
ought to provide the version-number of Gem (as printed out on the
Pd-console).
For example:
> Mac OS X 10.5.7/Intel
> Pd version 0.41.4-extended
> Gem 0.93.3 (as packaged with PdX)
> installed video backends: darwin, VLC
> installed movie backends: none
> installed image loaders: QT, ImageMagick
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3600457&group_…
Bugs item #3600457, was opened at 2013-01-11 18:06
Message generated for change (Settings changed) made by maxn
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3600457&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: osx
Status: Open
Resolution: None
>Priority: 6
Private: No
Submitted By: max (maxn)
Assigned to: Nobody/Anonymous (nobody)
Summary: [pix_video] not disposed
Initial Comment:
This is tested with GEM: ver: 0.93.3 GEM: compiled: Nov 10 2011 on os x 10.8.2
When using [pix_video] in a patch and closing and reopening it camera aquisition fails.
Steps to reproduce:
1. open pd, make new patch
2. put [gemwin], [create, 1( and [gemhead], [pix_video]
(console output: [pix_video]: backend #0='Darwin' : darwin dv iidc analog)
3. open gem window
(console output:
GemwinMac: width - 500 height - 500
GemWindow Activate err = 0
GEM: GLEW version 1.5.4
GEM: Start rendering
SG channnel Device List count 4 index 3
SG channnel Device List[0] CamTwist
SG channnel Device List[1] DV Video
SG channnel Device List[2] IIDC FireWire Video
SG channnel Device List[3] USB Video Class Video
SGSetChannelDevice trying[0] CamTwist
SGSetChannelDevice returned error -1
vdigName is FaceTime HD Camera (Built-in)
digitizer rect is top 0 bottom 1200 left 0 right 1600
active src rect is top 0 bottom 1200 left 0 right 1600
could not set SG Rect
using YUV
)
4. close patch (optional: close gem window before)
(console output:
GEM: Stop rendering
destroyGemWindow() DisposeWindow
)
5. reopen the patch or recreate
RESULT: failing to open the patch
console:
(Tcl) UNGÜLTIGER BEFEHL NAME: invalid command name "DVFreeThread"
while executing
"DVFreeThread - CFMachPortCreateWithPort hack = 0x54a3e0, fPowerNotifyPort= 0x549d30"
("uplevel" body line 1)
invoked from within
"uplevel #0 $cmds_from_pd"
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3600457&group_…
Bugs item #3600457, was opened at 2013-01-11 18:06
Message generated for change (Tracker Item Submitted) made by maxn
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3600457&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: osx
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: max (maxn)
Assigned to: Nobody/Anonymous (nobody)
Summary: [pix_video] not disposed
Initial Comment:
This is tested with GEM: ver: 0.93.3 GEM: compiled: Nov 10 2011 on os x 10.8.2
When using [pix_video] in a patch and closing and reopening it camera aquisition fails.
Steps to reproduce:
1. open pd, make new patch
2. put [gemwin], [create, 1( and [gemhead], [pix_video]
(console output: [pix_video]: backend #0='Darwin' : darwin dv iidc analog)
3. open gem window
(console output:
GemwinMac: width - 500 height - 500
GemWindow Activate err = 0
GEM: GLEW version 1.5.4
GEM: Start rendering
SG channnel Device List count 4 index 3
SG channnel Device List[0] CamTwist
SG channnel Device List[1] DV Video
SG channnel Device List[2] IIDC FireWire Video
SG channnel Device List[3] USB Video Class Video
SGSetChannelDevice trying[0] CamTwist
SGSetChannelDevice returned error -1
vdigName is FaceTime HD Camera (Built-in)
digitizer rect is top 0 bottom 1200 left 0 right 1600
active src rect is top 0 bottom 1200 left 0 right 1600
could not set SG Rect
using YUV
)
4. close patch (optional: close gem window before)
(console output:
GEM: Stop rendering
destroyGemWindow() DisposeWindow
)
5. reopen the patch or recreate
RESULT: failing to open the patch
console:
(Tcl) UNGÜLTIGER BEFEHL NAME: invalid command name "DVFreeThread"
while executing
"DVFreeThread - CFMachPortCreateWithPort hack = 0x54a3e0, fPowerNotifyPort= 0x549d30"
("uplevel" body line 1)
invoked from within
"uplevel #0 $cmds_from_pd"
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3600457&group_…
Bugs item #3600253, was opened at 2013-01-10 06:44
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3600253&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: build-system
Group: linux
>Status: Pending
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Antoine Villeret (avilleret)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_roi-help.pd not installed
Initial Comment:
the new pix_roi-help.pd is not copied to installation directory with 'make install command'
not so important thing but... :-)
OS : ubuntu 12.04
pull from pull today
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2013-01-11 01:43
Message:
fixed with commit 5f9a0d9
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3600253&group_…
Bugs item #3600253, was opened at 2013-01-10 06:44
Message generated for change (Tracker Item Submitted) made by avilleret
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3600253&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: build-system
Group: linux
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Antoine Villeret (avilleret)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_roi-help.pd not installed
Initial Comment:
the new pix_roi-help.pd is not copied to installation directory with 'make install command'
not so important thing but... :-)
OS : ubuntu 12.04
pull from pull today
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3600253&group_…
Bugs item #3599776, was opened at 2013-01-07 02:47
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3599776&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: rendering (e.g. display)
Group: None
>Status: Pending
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: jack (jackovic)
Assigned to: Nobody/Anonymous (nobody)
Summary: [text2d] argument is not displayed
Initial Comment:
When you add an argument to [text2d], it is not displayed in the gemwin. Only "gem" is displayed.
This is on Ubuntu 12.04, Pd-0.43.2 ("test1") compiled 14:52:48 Mar 7 2012, GEM: ver: 0.93.git 8a718ce.
++
Jack
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2013-01-07 03:07
Message:
fixed with commitish dbfad80
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3599776&group_…
Bugs item #3599776, was opened at 2013-01-07 02:47
Message generated for change (Tracker Item Submitted) made by jackovic
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3599776&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: rendering (e.g. display)
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: jack (jackovic)
Assigned to: Nobody/Anonymous (nobody)
Summary: [text2d] argument is not displayed
Initial Comment:
When you add an argument to [text2d], it is not displayed in the gemwin. Only "gem" is displayed.
This is on Ubuntu 12.04, Pd-0.43.2 ("test1") compiled 14:52:48 Mar 7 2012, GEM: ver: 0.93.git 8a718ce.
++
Jack
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3599776&group_…