after long years of waiting (foir you) and hard labour (for me), Gem 0.93 has been released today.
large parts of the underlying engine have been re-written to give you a better experience!
binaries are available for w32 (installer & zip), for the brave and adventurous there is the source code. binaries for OSX and not available yet, but we hope to get them online soonish.
grab it while it's hot: http://gem.iem.at/releases/0.93.0
alternatively you can get the files from https://sourceforge.net/projects/pd-gem
frei0r video plugins support
image acquisition is now factored out into "plugins" this means that you can e.g. easily add new image acquisition methods to the existing [pix_video], [pix_film] and [pix_image] objects
on w32 you can now use ImageMagick and/or QuickTime for loading/saving images, which greatly increases the number of supported formats. you now get programmatic feedback on image loading success...
uniform way to get or set properties/attributes/controls, like hue, saturation, shutter-speed, pan,... working DV support (on linux) V4L also works with newer kernels (that dropped v4l) support for IIDC support for industrial grade GigE cameras using 3rd party libraries such as PYLON, Halcon or AVT's PvAPI experimental UNICAP support
gmerlin on w32 or osx...)
support for V4L2 (and V4L) loopback devices, in order to generate a fake live video from your Gem window - use itfor recording, streaming,...
global & local settings files to modify the overall behaviour of Gem you don't like Gem's default framerate, windowsize, font, texture mode,...? change it once and for all
that you can use to write your own Gem-plugins build-system
build system: completely switched to a proper autotools
openGL: updated bundled GLEW
source organization: re-organized the entire source tree for hopefully
better maintainability
i need an OSX developer willing to spend some time in getting image acquisition and windowing to work on OSX>=10.6 (x86_64)
mfga,dsra IOhannes
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
FreiOr SUPPORT!!! Massive WIN I assume that this is for linux/OSX? Or do you have frei0r working on WIN?
This is very cool
pp
On 8/26/11 12:20 PM, "IOhannes zmölnig" zmoelnig@iem.at wrote:
after long years of waiting (foir you) and hard labour (for me), Gem 0.93 has been released today.
large parts of the underlying engine have been re-written to give you a better experience!
binaries are available for w32 (installer & zip), for the brave and adventurous there is the source code. binaries for OSX and not available yet, but we hope to get them online soonish.
grab it while it's hot: http://gem.iem.at/releases/0.93.0
alternatively you can get the files from https://sourceforge.net/projects/pd-gem
highlights
Objects
frei0r video plugins support
- [mesh], [surface3d],...
- [separator] now takes arguments to define which stacks to push/pop
documentation
- numerous bigfixes and improvements
extra
- [pix_fiducialtrack] is no more part of Gem (but comes bundled with Gem)
- [pix_artoolkit] fiducial tracking using ARToolKit
- [pix_drum], [pix_mano]: Jaime Olivier's analysis objects!
plugins
image acquisition is now factored out into "plugins" this means that you can e.g. easily add new image acquisition methods to the existing [pix_video], [pix_film] and [pix_image] objects
- still image loading/saving now uses plugins on all platforms
on w32 you can now use ImageMagick and/or QuickTime for loading/saving images, which greatly increases the number of supported formats. you now get programmatic feedback on image loading success...
- video acquisition now uses plugins on all platforms
uniform way to get or set properties/attributes/controls, like hue, saturation, shutter-speed, pan,... working DV support (on linux) V4L also works with newer kernels (that dropped v4l) support for IIDC support for industrial grade GigE cameras using 3rd party libraries such as PYLON, Halcon or AVT's PvAPI experimental UNICAP support
- film acquisition now uses plugins on all platforms (you could use
gmerlin on w32 or osx...)
- recording (film output) now uses plugins on all platforms
support for V4L2 (and V4L) loopback devices, in order to generate a fake live video from your Gem window - use itfor recording, streaming,...
settings
global & local settings files to modify the overall behaviour of Gem you don't like Gem's default framerate, windowsize, font, texture mode,...? change it once and for all
internals
- API: this is the first Gem with a "public" API: a selection of headers
that you can use to write your own Gem-plugins build-system
build system: completely switched to a proper autotools
openGL: updated bundled GLEW
source organization: re-organized the entire source tree for hopefully
better maintainability
lowlights
i need an OSX developer willing to spend some time in getting image acquisition and windowing to work on OSX>=10.6 (x86_64)
mfga,dsra IOhannes
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-08-26 18:30, Pagano, Patrick wrote:
FreiOr SUPPORT!!! Massive WIN I assume that this is for linux/OSX? Or do you have frei0r working on WIN?
there is nothing linux/osx specific in the code on Gem's side, and the dylib code is abstracted away.
in theory(!), you should be able to use frei0r plugins from within Gem on w32, as soon as you can get hold of a frei0r plugin compiled for w32.
fmasr IOhannes
cooooooooooooool
c
Le 26/08/2011 18:20, IOhannes zmölnig a écrit :
after long years of waiting (foir you) and hard labour (for me), Gem 0.93 has been released today.
large parts of the underlying engine have been re-written to give you a better experience!
binaries are available for w32 (installer& zip), for the brave and adventurous there is the source code. binaries for OSX and not available yet, but we hope to get them online soonish.
grab it while it's hot: http://gem.iem.at/releases/0.93.0
alternatively you can get the files from https://sourceforge.net/projects/pd-gem
highlights
Objects
frei0r video plugins support
- [mesh], [surface3d],...
- [separator] now takes arguments to define which stacks to push/pop
documentation
- numerous bigfixes and improvements
extra
- [pix_fiducialtrack] is no more part of Gem (but comes bundled with Gem)
- [pix_artoolkit] fiducial tracking using ARToolKit
- [pix_drum], [pix_mano]: Jaime Olivier's analysis objects!
plugins
image acquisition is now factored out into "plugins" this means that you can e.g. easily add new image acquisition methods to the existing [pix_video], [pix_film] and [pix_image] objects
- still image loading/saving now uses plugins on all platforms
on w32 you can now use ImageMagick and/or QuickTime for loading/saving images, which greatly increases the number of supported formats. you now get programmatic feedback on image loading success...
- video acquisition now uses plugins on all platforms
uniform way to get or set properties/attributes/controls, like hue, saturation, shutter-speed, pan,... working DV support (on linux) V4L also works with newer kernels (that dropped v4l) support for IIDC support for industrial grade GigE cameras using 3rd party libraries such as PYLON, Halcon or AVT's PvAPI experimental UNICAP support
- film acquisition now uses plugins on all platforms (you could use
gmerlin on w32 or osx...)
- recording (film output) now uses plugins on all platforms support for V4L2 (and V4L) loopback devices, in order to generate a
fake live video from your Gem window - use itfor recording, streaming,...
settings
global& local settings files to modify the overall behaviour of Gem you don't like Gem's default framerate, windowsize, font, texture mode,...? change it once and for all
internals
- API: this is the first Gem with a "public" API: a selection of headers
that you can use to write your own Gem-plugins build-system
build system: completely switched to a proper autotools
openGL: updated bundled GLEW
source organization: re-organized the entire source tree for hopefully
better maintainability
lowlights
i need an OSX developer willing to spend some time in getting image acquisition and windowing to work on OSX>=10.6 (x86_64)
mfga,dsra IOhannes
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 08/26/2011 06:20 PM, IOhannes zmölnig wrote:
after long years of waiting (foir you) and hard labour (for me), Gem 0.93 has been released today.
large parts of the underlying engine have been re-written to give you a better experience!
nice, congrats !
cheers, _y
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Le 26/08/2011 18:20, IOhannes zmölnig a écrit :
after long years of waiting (foir you) and hard labour (for me), Gem 0.93 has been released today.
large parts of the underlying engine have been re-written to give you a better experience!
binaries are available for w32 (installer& zip), for the brave and adventurous there is the source code. binaries for OSX and not available yet, but we hope to get them online soonish.
grab it while it's hot: http://gem.iem.at/releases/0.93.0
alternatively you can get the files from https://sourceforge.net/projects/pd-gem
Hello IOhannes and bravo to bring us this new stable release of GEM.
highlights
Objects
frei0r video plugins support
- [mesh], [surface3d],...
- [separator] now takes arguments to define which stacks to push/pop
Can you tell us more about arguments on [separator] ? Thanx. ++
Jack
documentation
- numerous bigfixes and improvements
extra
- [pix_fiducialtrack] is no more part of Gem (but comes bundled with Gem)
- [pix_artoolkit] fiducial tracking using ARToolKit
- [pix_drum], [pix_mano]: Jaime Olivier's analysis objects!
plugins
image acquisition is now factored out into "plugins" this means that you can e.g. easily add new image acquisition methods to the existing [pix_video], [pix_film] and [pix_image] objects
- still image loading/saving now uses plugins on all platforms
on w32 you can now use ImageMagick and/or QuickTime for loading/saving images, which greatly increases the number of supported formats. you now get programmatic feedback on image loading success...
- video acquisition now uses plugins on all platforms
uniform way to get or set properties/attributes/controls, like hue, saturation, shutter-speed, pan,... working DV support (on linux) V4L also works with newer kernels (that dropped v4l) support for IIDC support for industrial grade GigE cameras using 3rd party libraries such as PYLON, Halcon or AVT's PvAPI experimental UNICAP support
- film acquisition now uses plugins on all platforms (you could use
gmerlin on w32 or osx...)
- recording (film output) now uses plugins on all platforms support for V4L2 (and V4L) loopback devices, in order to generate a
fake live video from your Gem window - use itfor recording, streaming,...
settings
global& local settings files to modify the overall behaviour of Gem you don't like Gem's default framerate, windowsize, font, texture mode,...? change it once and for all
internals
- API: this is the first Gem with a "public" API: a selection of headers
that you can use to write your own Gem-plugins build-system
build system: completely switched to a proper autotools
openGL: updated bundled GLEW
source organization: re-organized the entire source tree for hopefully
better maintainability
lowlights
i need an OSX developer willing to spend some time in getting image acquisition and windowing to work on OSX>=10.6 (x86_64)
mfga,dsra IOhannes
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Sounds great, gonna grab it now! thanks for your work!
M
p.s. brilliant to see Jaime's object embed in Gem :)
2011/8/26 IOhannes zmölnig zmoelnig@iem.at
after long years of waiting (foir you) and hard labour (for me), Gem 0.93 has been released today.
large parts of the underlying engine have been re-written to give you a better experience!
binaries are available for w32 (installer & zip), for the brave and adventurous there is the source code. binaries for OSX and not available yet, but we hope to get them online soonish.
grab it while it's hot: http://gem.iem.at/releases/0.93.0
alternatively you can get the files from https://sourceforge.net/projects/pd-gem
highlights
Objects
frei0r video plugins support
- [mesh], [surface3d],...
- [separator] now takes arguments to define which stacks to push/pop
documentation
- numerous bigfixes and improvements
extra
- [pix_fiducialtrack] is no more part of Gem (but comes bundled with Gem)
- [pix_artoolkit] fiducial tracking using ARToolKit
- [pix_drum], [pix_mano]: Jaime Olivier's analysis objects!
plugins
image acquisition is now factored out into "plugins" this means that you can e.g. easily add new image acquisition methods to the existing [pix_video], [pix_film] and [pix_image] objects
- still image loading/saving now uses plugins on all platforms
on w32 you can now use ImageMagick and/or QuickTime for loading/saving images, which greatly increases the number of supported formats. you now get programmatic feedback on image loading success...
- video acquisition now uses plugins on all platforms
uniform way to get or set properties/attributes/controls, like hue, saturation, shutter-speed, pan,... working DV support (on linux) V4L also works with newer kernels (that dropped v4l) support for IIDC support for industrial grade GigE cameras using 3rd party libraries such as PYLON, Halcon or AVT's PvAPI experimental UNICAP support
- film acquisition now uses plugins on all platforms (you could use
gmerlin on w32 or osx...)
- recording (film output) now uses plugins on all platforms
support for V4L2 (and V4L) loopback devices, in order to generate a fake live video from your Gem window - use itfor recording, streaming,...
settings
global & local settings files to modify the overall behaviour of Gem you don't like Gem's default framerate, windowsize, font, texture mode,...? change it once and for all
internals
- API: this is the first Gem with a "public" API: a selection of headers
that you can use to write your own Gem-plugins build-system
build system: completely switched to a proper autotools
openGL: updated bundled GLEW
source organization: re-organized the entire source tree for hopefully
better maintainability
lowlights
i need an OSX developer willing to spend some time in getting image acquisition and windowing to work on OSX>=10.6 (x86_64)
mfga,dsra IOhannes
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
great ! thanks a lot !! jm Le 26 août 11 à 18:20, IOhannes zmölnig a écrit :
after long years of waiting (foir you) and hard labour (for me), Gem 0.93 has been released today.
large parts of the underlying engine have been re-written to give
you a better experience!binaries are available for w32 (installer & zip), for the brave and adventurous there is the source code. binaries for OSX and not available yet, but we hope to get them online soonish.
grab it while it's hot: http://gem.iem.at/releases/0.93.0
alternatively you can get the files from https://sourceforge.net/projects/pd-gem
highlights
Objects
frei0r video plugins support
- [mesh], [surface3d],...
- [separator] now takes arguments to define which stacks to push/pop
documentation
- numerous bigfixes and improvements
extra
- [pix_fiducialtrack] is no more part of Gem (but comes bundled
with Gem)
- [pix_artoolkit] fiducial tracking using ARToolKit
- [pix_drum], [pix_mano]: Jaime Olivier's analysis objects!
plugins
image acquisition is now factored out into "plugins" this means that you can e.g. easily add new image acquisition
methods to the existing [pix_video], [pix_film] and [pix_image] objects
- still image loading/saving now uses plugins on all platforms
on w32 you can now use ImageMagick and/or QuickTime for loading/saving images, which greatly increases the number of supported formats. you now get programmatic feedback on image loading success...
- video acquisition now uses plugins on all platforms
uniform way to get or set properties/attributes/controls, like hue, saturation, shutter-speed, pan,... working DV support (on linux) V4L also works with newer kernels (that dropped v4l) support for IIDC support for industrial grade GigE cameras using 3rd party libraries such as PYLON, Halcon or AVT's PvAPI experimental UNICAP support
- film acquisition now uses plugins on all platforms (you could use
gmerlin on w32 or osx...)
- recording (film output) now uses plugins on all platforms
support for V4L2 (and V4L) loopback devices, in order to generate a fake live video from your Gem window - use itfor recording,
streaming,...settings
global & local settings files to modify the overall behaviour of Gem you don't like Gem's default framerate, windowsize, font, texture mode,...? change it once and for all
internals
- API: this is the first Gem with a "public" API: a selection of
headers that you can use to write your own Gem-plugins build-system
build system: completely switched to a proper autotools
openGL: updated bundled GLEW
source organization: re-organized the entire source tree for
hopefully better maintainability
lowlights
i need an OSX developer willing to spend some time in getting image acquisition and windowing to work on OSX>=10.6 (x86_64)
mfga,dsra IOhannes
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
On Fri, 26 Aug 2011 18:20:06 +0200, IOhannes zmölnig wrote:
after long years of waiting (foir you) and hard labour (for me), Gem 0.93 has been released today.
large parts of the underlying engine have been re-written to give you a better experience!
Bravo ! many thanks for the (big) work !
p.
Thanks for all the hard work on this!
2011/8/26 IOhannes zmölnig zmoelnig@iem.at:
after long years of waiting (foir you) and hard labour (for me), Gem 0.93 has been released today.
large parts of the underlying engine have been re-written to give you a better experience!
binaries are available for w32 (installer & zip), for the brave and adventurous there is the source code. binaries for OSX and not available yet, but we hope to get them online soonish.
grab it while it's hot: http://gem.iem.at/releases/0.93.0
alternatively you can get the files from https://sourceforge.net/projects/pd-gem
highlights
Objects
frei0r video plugins support
- [mesh], [surface3d],...
- [separator] now takes arguments to define which stacks to push/pop
documentation
- numerous bigfixes and improvements
extra
- [pix_fiducialtrack] is no more part of Gem (but comes bundled with Gem)
- [pix_artoolkit] fiducial tracking using ARToolKit
- [pix_drum], [pix_mano]: Jaime Olivier's analysis objects!
plugins
image acquisition is now factored out into "plugins" this means that you can e.g. easily add new image acquisition methods to the existing [pix_video], [pix_film] and [pix_image] objects
- still image loading/saving now uses plugins on all platforms
on w32 you can now use ImageMagick and/or QuickTime for loading/saving images, which greatly increases the number of supported formats. you now get programmatic feedback on image loading success...
- video acquisition now uses plugins on all platforms
uniform way to get or set properties/attributes/controls, like hue, saturation, shutter-speed, pan,... working DV support (on linux) V4L also works with newer kernels (that dropped v4l) support for IIDC support for industrial grade GigE cameras using 3rd party libraries such as PYLON, Halcon or AVT's PvAPI experimental UNICAP support
- film acquisition now uses plugins on all platforms (you could use
gmerlin on w32 or osx...)
- recording (film output) now uses plugins on all platforms
support for V4L2 (and V4L) loopback devices, in order to generate a fake live video from your Gem window - use itfor recording, streaming,...
settings
global & local settings files to modify the overall behaviour of Gem you don't like Gem's default framerate, windowsize, font, texture mode,...? change it once and for all
internals
- API: this is the first Gem with a "public" API: a selection of headers
that you can use to write your own Gem-plugins build-system
build system: completely switched to a proper autotools
openGL: updated bundled GLEW
source organization: re-organized the entire source tree for hopefully
better maintainability
lowlights
i need an OSX developer willing to spend some time in getting image acquisition and windowing to work on OSX>=10.6 (x86_64)
mfga,dsra IOhannes
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Thanks a lot...
01ivier
2011/8/26 IOhannes zmölnig zmoelnig@iem.at
after long years of waiting (foir you) and hard labour (for me), Gem 0.93 has been released today.
large parts of the underlying engine have been re-written to give you a better experience!
binaries are available for w32 (installer & zip), for the brave and adventurous there is the source code. binaries for OSX and not available yet, but we hope to get them online soonish.
grab it while it's hot: http://gem.iem.at/releases/0.93.0
alternatively you can get the files from https://sourceforge.net/projects/pd-gem
highlights
Objects
frei0r video plugins support
- [mesh], [surface3d],...
- [separator] now takes arguments to define which stacks to push/pop
documentation
- numerous bigfixes and improvements
extra
- [pix_fiducialtrack] is no more part of Gem (but comes bundled with Gem)
- [pix_artoolkit] fiducial tracking using ARToolKit
- [pix_drum], [pix_mano]: Jaime Olivier's analysis objects!
plugins
image acquisition is now factored out into "plugins" this means that you can e.g. easily add new image acquisition methods to the existing [pix_video], [pix_film] and [pix_image] objects
- still image loading/saving now uses plugins on all platforms
on w32 you can now use ImageMagick and/or QuickTime for loading/saving images, which greatly increases the number of supported formats. you now get programmatic feedback on image loading success...
- video acquisition now uses plugins on all platforms
uniform way to get or set properties/attributes/controls, like hue, saturation, shutter-speed, pan,... working DV support (on linux) V4L also works with newer kernels (that dropped v4l) support for IIDC support for industrial grade GigE cameras using 3rd party libraries such as PYLON, Halcon or AVT's PvAPI experimental UNICAP support
- film acquisition now uses plugins on all platforms (you could use
gmerlin on w32 or osx...)
- recording (film output) now uses plugins on all platforms
support for V4L2 (and V4L) loopback devices, in order to generate a fake live video from your Gem window - use itfor recording, streaming,...
settings
global & local settings files to modify the overall behaviour of Gem you don't like Gem's default framerate, windowsize, font, texture mode,...? change it once and for all
internals
- API: this is the first Gem with a "public" API: a selection of headers
that you can use to write your own Gem-plugins build-system
build system: completely switched to a proper autotools
openGL: updated bundled GLEW
source organization: re-organized the entire source tree for hopefully
better maintainability
lowlights
i need an OSX developer willing to spend some time in getting image acquisition and windowing to work on OSX>=10.6 (x86_64)
mfga,dsra IOhannes
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Another big ups! Thanks for all the hard work =)
On Sat, Aug 27, 2011 at 9:25 AM, Olivier B lamouraupeuple@gmail.com wrote:
Thanks a lot...
01ivier
2011/8/26 IOhannes zmölnig zmoelnig@iem.at
after long years of waiting (foir you) and hard labour (for me), Gem 0.93 has been released today.
large parts of the underlying engine have been re-written to give you a better experience!
binaries are available for w32 (installer & zip), for the brave and adventurous there is the source code. binaries for OSX and not available yet, but we hope to get them online soonish.
grab it while it's hot: http://gem.iem.at/releases/0.93.0
alternatively you can get the files from https://sourceforge.net/projects/pd-gem
highlights
Objects
frei0r video plugins support
- [mesh], [surface3d],...
- [separator] now takes arguments to define which stacks to push/pop
documentation
- numerous bigfixes and improvements
extra
- [pix_fiducialtrack] is no more part of Gem (but comes bundled with Gem)
- [pix_artoolkit] fiducial tracking using ARToolKit
- [pix_drum], [pix_mano]: Jaime Olivier's analysis objects!
plugins
image acquisition is now factored out into "plugins" this means that you can e.g. easily add new image acquisition methods to the existing [pix_video], [pix_film] and [pix_image] objects
- still image loading/saving now uses plugins on all platforms
on w32 you can now use ImageMagick and/or QuickTime for loading/saving images, which greatly increases the number of supported formats. you now get programmatic feedback on image loading success...
- video acquisition now uses plugins on all platforms
uniform way to get or set properties/attributes/controls, like hue, saturation, shutter-speed, pan,... working DV support (on linux) V4L also works with newer kernels (that dropped v4l) support for IIDC support for industrial grade GigE cameras using 3rd party libraries such as PYLON, Halcon or AVT's PvAPI experimental UNICAP support
- film acquisition now uses plugins on all platforms (you could use
gmerlin on w32 or osx...)
- recording (film output) now uses plugins on all platforms
support for V4L2 (and V4L) loopback devices, in order to generate a fake live video from your Gem window - use itfor recording, streaming,...
settings
global & local settings files to modify the overall behaviour of Gem you don't like Gem's default framerate, windowsize, font, texture mode,...? change it once and for all
internals
- API: this is the first Gem with a "public" API: a selection of headers
that you can use to write your own Gem-plugins build-system
build system: completely switched to a proper autotools
openGL: updated bundled GLEW
source organization: re-organized the entire source tree for hopefully
better maintainability
lowlights
i need an OSX developer willing to spend some time in getting image acquisition and windowing to work on OSX>=10.6 (x86_64)
mfga,dsra IOhannes
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Envie de tisser ? http://yamatierea.org/papatchs/
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Thanks a lot for the new version of Gem IOhannes!
Eduardo
www.eduardoflores.de
www.gemart.de
2011/8/26 IOhannes zmölnig <zmoelnig@iem.at>
after long years of waiting (foir you) and hard labour (for me), Gem 0.93 has been released today.
large parts of the underlying engine have been re-written to give you a better experience!
binaries are available for w32 (installer & zip), for the brave and adventurous there is the source code. binaries for OSX and not available yet, but we hope to get them online soonish.
grab it while it's hot: http://gem.iem.at/releases/0.93.0
alternatively you can get the files from https://sourceforge.net/projects/pd-gem
highlights
Objects
frei0r video plugins support
- [mesh], [surface3d],...
- [separator] now takes arguments to define which stacks to push/pop
documentation
- numerous bigfixes and improvements
extra
- [pix_fiducialtrack] is no more part of Gem (but comes bundled with
Gem)
- [pix_artoolkit] fiducial tracking using ARToolKit
- [pix_drum], [pix_mano]: Jaime Olivier's analysis objects!
plugins
image acquisition is now factored out into "plugins" this means that you can e.g. easily add new image acquisition methods to the existing [pix_video], [pix_film] and [pix_image] objects
- still image loading/saving now uses plugins on all platforms
on w32 you can now use ImageMagick and/or QuickTime for loading/saving images, which greatly increases the number of supported formats. you now get programmatic feedback on image loading success...
- video acquisition now uses plugins on all platforms
uniform way to get or set properties/attributes/controls, like hue, saturation, shutter-speed, pan,... working DV support (on linux) V4L also works with newer kernels (that dropped v4l) support for IIDC support for industrial grade GigE cameras using 3rd party libraries such as PYLON, Halcon or AVT's PvAPI experimental UNICAP support
- film acquisition now uses plugins on all platforms (you could use
gmerlin on w32 or osx...)
- recording (film output) now uses plugins on all platforms
support for V4L2 (and V4L) loopback devices, in order to generate a fake live video from your Gem window - use itfor recording, streaming,...
settings
global & local settings files to modify the overall behaviour of Gem you don't like Gem's default framerate, windowsize, font, texture mode,...? change it once and for all
internals
- API: this is the first Gem with a "public" API: a selection of
headers that you can use to write your own Gem-plugins build-system
build system: completely switched to a proper autotools
openGL: updated bundled GLEW
source organization: re-organized the entire source tree for
hopefully better maintainability
lowlights
i need an OSX developer willing to spend some time in getting image acquisition and windowing to work on OSX>=10.6 (x86_64)
mfga,dsra IOhannes _______________________________________________ Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Envie de tisser ? http://yamatierea.org/papatchs/
Thanks IO-hannes. Keep up the good work.
Ed Gemnotes-0.1alpha: Live music notation for Pure Data http://sharktracks.co.uk/
From: IOhannes zmölnig zmoelnig@iem.at To: pd-announce@iem.at Sent: Friday, 26 August 2011, 17:20 Subject: [PD] [PD-announce] gem 0.93.0
after long years of waiting (foir you) and hard labour (for me), Gem 0.93 has been released today.
large parts of the underlying engine have been re-written to give you a better experience!
binaries are available for w32 (installer & zip), for the brave and adventurous there is the source code. binaries for OSX and not available yet, but we hope to get them online soonish.
grab it while it's hot: http://gem.iem.at/releases/0.93.0
alternatively you can get the files from https://sourceforge.net/projects/pd-gem
frei0r video plugins support
image acquisition is now factored out into "plugins" this means that you can e.g. easily add new image acquisition methods to the existing [pix_video], [pix_film] and [pix_image] objects
on w32 you can now use ImageMagick and/or QuickTime for loading/saving images, which greatly increases the number of supported formats. you now get programmatic feedback on image loading success...
uniform way to get or set properties/attributes/controls, like hue, saturation, shutter-speed, pan,... working DV support (on linux) V4L also works with newer kernels (that dropped v4l) support for IIDC support for industrial grade GigE cameras using 3rd party libraries such as PYLON, Halcon or AVT's PvAPI experimental UNICAP support
gmerlin on w32 or osx...)
support for V4L2 (and V4L) loopback devices, in order to generate a fake live video from your Gem window - use itfor recording, streaming,...
global & local settings files to modify the overall behaviour of Gem you don't like Gem's default framerate, windowsize, font, texture mode,...? change it once and for all
that you can use to write your own Gem-plugins build-system
build system: completely switched to a proper autotools
openGL: updated bundled GLEW
source organization: re-organized the entire source tree for hopefully
better maintainability
i need an OSX developer willing to spend some time in getting image acquisition and windowing to work on OSX>=10.6 (x86_64)
mfga,dsra IOhannes
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Thanks IOhannes!
I'll drink to it!
J
On Aug 26, 2011, at 12:20 PM, IOhannes zmölnig zmoelnig@iem.at wrote:
after long years of waiting (foir you) and hard labour (for me), Gem 0.93 has been released today.
large parts of the underlying engine have been re-written to give you a better experience!
binaries are available for w32 (installer & zip), for the brave and adventurous there is the source code. binaries for OSX and not available yet, but we hope to get them online soonish.
grab it while it's hot: http://gem.iem.at/releases/0.93.0
alternatively you can get the files from https://sourceforge.net/projects/pd-gem
highlights
Objects
frei0r video plugins support
- [mesh], [surface3d],...
- [separator] now takes arguments to define which stacks to push/pop
documentation
- numerous bigfixes and improvements
extra
- [pix_fiducialtrack] is no more part of Gem (but comes bundled with Gem)
- [pix_artoolkit] fiducial tracking using ARToolKit
- [pix_drum], [pix_mano]: Jaime Olivier's analysis objects!
plugins
image acquisition is now factored out into "plugins" this means that you can e.g. easily add new image acquisition methods to the existing [pix_video], [pix_film] and [pix_image] objects
- still image loading/saving now uses plugins on all platforms
on w32 you can now use ImageMagick and/or QuickTime for loading/saving images, which greatly increases the number of supported formats. you now get programmatic feedback on image loading success...
- video acquisition now uses plugins on all platforms
uniform way to get or set properties/attributes/controls, like hue, saturation, shutter-speed, pan,... working DV support (on linux) V4L also works with newer kernels (that dropped v4l) support for IIDC support for industrial grade GigE cameras using 3rd party libraries such as PYLON, Halcon or AVT's PvAPI experimental UNICAP support
- film acquisition now uses plugins on all platforms (you could use
gmerlin on w32 or osx...)
- recording (film output) now uses plugins on all platforms
support for V4L2 (and V4L) loopback devices, in order to generate a fake live video from your Gem window - use itfor recording, streaming,...
settings
global & local settings files to modify the overall behaviour of Gem you don't like Gem's default framerate, windowsize, font, texture mode,...? change it once and for all
internals
- API: this is the first Gem with a "public" API: a selection of headers
that you can use to write your own Gem-plugins build-system
build system: completely switched to a proper autotools
openGL: updated bundled GLEW
source organization: re-organized the entire source tree for hopefully
better maintainability
lowlights
i need an OSX developer willing to spend some time in getting image acquisition and windowing to work on OSX>=10.6 (x86_64)
mfga,dsra IOhannes
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
2011/8/26 IOhannes zmölnig zmoelnig@iem.at
after long years of waiting (foir you) and hard labour (for me), Gem 0.93 has been released today.
Today is a good day indeed! thanks so much
husk
Congratulations & more thanks for your work...
2011/8/26 IOhannes zmölnig zmoelnig@iem.at:
after long years of waiting (foir you) and hard labour (for me), Gem 0.93 has been released today.
large parts of the underlying engine have been re-written to give you a better experience!
binaries are available for w32 (installer & zip), for the brave and adventurous there is the source code. binaries for OSX and not available yet, but we hope to get them online soonish.
grab it while it's hot: http://gem.iem.at/releases/0.93.0
alternatively you can get the files from https://sourceforge.net/projects/pd-gem
highlights
Objects
frei0r video plugins support
- [mesh], [surface3d],...
- [separator] now takes arguments to define which stacks to push/pop
documentation
- numerous bigfixes and improvements
extra
- [pix_fiducialtrack] is no more part of Gem (but comes bundled with Gem)
- [pix_artoolkit] fiducial tracking using ARToolKit
- [pix_drum], [pix_mano]: Jaime Olivier's analysis objects!
plugins
image acquisition is now factored out into "plugins" this means that you can e.g. easily add new image acquisition methods to the existing [pix_video], [pix_film] and [pix_image] objects
- still image loading/saving now uses plugins on all platforms
on w32 you can now use ImageMagick and/or QuickTime for loading/saving images, which greatly increases the number of supported formats. you now get programmatic feedback on image loading success...
- video acquisition now uses plugins on all platforms
uniform way to get or set properties/attributes/controls, like hue, saturation, shutter-speed, pan,... working DV support (on linux) V4L also works with newer kernels (that dropped v4l) support for IIDC support for industrial grade GigE cameras using 3rd party libraries such as PYLON, Halcon or AVT's PvAPI experimental UNICAP support
- film acquisition now uses plugins on all platforms (you could use
gmerlin on w32 or osx...)
- recording (film output) now uses plugins on all platforms
support for V4L2 (and V4L) loopback devices, in order to generate a fake live video from your Gem window - use itfor recording, streaming,...
settings
global & local settings files to modify the overall behaviour of Gem you don't like Gem's default framerate, windowsize, font, texture mode,...? change it once and for all
internals
- API: this is the first Gem with a "public" API: a selection of headers
that you can use to write your own Gem-plugins build-system
build system: completely switched to a proper autotools
openGL: updated bundled GLEW
source organization: re-organized the entire source tree for hopefully
better maintainability
lowlights
i need an OSX developer willing to spend some time in getting image acquisition and windowing to work on OSX>=10.6 (x86_64)
mfga,dsra IOhannes
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
hi iohannes,
thx for all the work!
cheers
erich
On Fri, 2011-08-26 at 18:20 +0200, IOhannes zmölnig wrote:
after long years of waiting (foir you) and hard labour (for me), Gem 0.93 has been released today.
large parts of the underlying engine have been re-written to give you a better experience!
binaries are available for w32 (installer & zip), for the brave and adventurous there is the source code. binaries for OSX and not available yet, but we hope to get them online soonish.
grab it while it's hot: http://gem.iem.at/releases/0.93.0
alternatively you can get the files from https://sourceforge.net/projects/pd-gem
highlights
Objects
frei0r video plugins support
- [mesh], [surface3d],...
- [separator] now takes arguments to define which stacks to push/pop
documentation
- numerous bigfixes and improvements
extra
- [pix_fiducialtrack] is no more part of Gem (but comes bundled with Gem)
- [pix_artoolkit] fiducial tracking using ARToolKit
- [pix_drum], [pix_mano]: Jaime Olivier's analysis objects!
plugins
image acquisition is now factored out into "plugins" this means that you can e.g. easily add new image acquisition methods to the existing [pix_video], [pix_film] and [pix_image] objects
- still image loading/saving now uses plugins on all platforms
on w32 you can now use ImageMagick and/or QuickTime for loading/saving images, which greatly increases the number of supported formats. you now get programmatic feedback on image loading success...
- video acquisition now uses plugins on all platforms
uniform way to get or set properties/attributes/controls, like hue, saturation, shutter-speed, pan,... working DV support (on linux) V4L also works with newer kernels (that dropped v4l) support for IIDC support for industrial grade GigE cameras using 3rd party libraries such as PYLON, Halcon or AVT's PvAPI experimental UNICAP support
- film acquisition now uses plugins on all platforms (you could use
gmerlin on w32 or osx...)
- recording (film output) now uses plugins on all platforms
support for V4L2 (and V4L) loopback devices, in order to generate a fake live video from your Gem window - use itfor recording, streaming,...
settings
global & local settings files to modify the overall behaviour of Gem you don't like Gem's default framerate, windowsize, font, texture mode,...? change it once and for all
internals
- API: this is the first Gem with a "public" API: a selection of headers
that you can use to write your own Gem-plugins build-system
build system: completely switched to a proper autotools
openGL: updated bundled GLEW
source organization: re-organized the entire source tree for hopefully
better maintainability
lowlights
i need an OSX developer willing to spend some time in getting image acquisition and windowing to work on OSX>=10.6 (x86_64)
mfga,dsra IOhannes
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
thank you so much....
but :-((...attached patch _maincamera3 worked with ver: 0.91-cvs on
win7/64 quiet as well as with xp, the new one is crashing pd. may you
can find out whats going on....
with kind regards der.brandt
Zitat von "IOhannes zmölnig" zmoelnig@iem.at:
after long years of waiting (foir you) and hard labour (for me), Gem 0.93 has been released today.
large parts of the underlying engine have been re-written to give you a better experience!
binaries are available for w32 (installer & zip), for the brave and adventurous there is the source code. binaries for OSX and not available yet, but we hope to get them online soonish.
grab it while it's hot: http://gem.iem.at/releases/0.93.0
alternatively you can get the files from https://sourceforge.net/projects/pd-gem
highlights
Objects
frei0r video plugins support
- [mesh], [surface3d],...
- [separator] now takes arguments to define which stacks to push/pop
documentation
- numerous bigfixes and improvements
extra
- [pix_fiducialtrack] is no more part of Gem (but comes bundled with Gem)
- [pix_artoolkit] fiducial tracking using ARToolKit
- [pix_drum], [pix_mano]: Jaime Olivier's analysis objects!
plugins
image acquisition is now factored out into "plugins" this means that you can e.g. easily add new image acquisition methods to the existing [pix_video], [pix_film] and [pix_image] objects
- still image loading/saving now uses plugins on all platforms
on w32 you can now use ImageMagick and/or QuickTime for loading/saving images, which greatly increases the number of supported formats. you now get programmatic feedback on image loading success...
- video acquisition now uses plugins on all platforms
uniform way to get or set properties/attributes/controls, like hue, saturation, shutter-speed, pan,... working DV support (on linux) V4L also works with newer kernels (that dropped v4l) support for IIDC support for industrial grade GigE cameras using 3rd party libraries such as PYLON, Halcon or AVT's PvAPI experimental UNICAP support
- film acquisition now uses plugins on all platforms (you could use
gmerlin on w32 or osx...)
- recording (film output) now uses plugins on all platforms
support for V4L2 (and V4L) loopback devices, in order to generate a fake live video from your Gem window - use itfor recording, streaming,...
settings
global & local settings files to modify the overall behaviour of Gem you don't like Gem's default framerate, windowsize, font, texture mode,...? change it once and for all
internals
- API: this is the first Gem with a "public" API: a selection of headers
that you can use to write your own Gem-plugins build-system
build system: completely switched to a proper autotools
openGL: updated bundled GLEW
source organization: re-organized the entire source tree for hopefully
better maintainability
lowlights
i need an OSX developer willing to spend some time in getting image acquisition and windowing to work on OSX>=10.6 (x86_64)
mfga,dsra IOhannes
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
hello,
this works for me (but lot's of object did not load on my computer).
but the "auto 1" message to pix film crash 0.93.0, but should work on 0.93.1
Cyrille
Le 29/08/2011 17:05, brandt@subnet.at a écrit :
thank you so much....
but :-((...attached patch _maincamera3 worked with ver: 0.91-cvs on win7/64 quiet as well as with xp, the new one is crashing pd. may you can find out whats going on....
with kind regards der.brandt
Zitat von "IOhannes zmölnig" zmoelnig@iem.at:
after long years of waiting (foir you) and hard labour (for me), Gem 0.93 has been released today.
large parts of the underlying engine have been re-written to give you a better experience!
binaries are available for w32 (installer & zip), for the brave and adventurous there is the source code. binaries for OSX and not available yet, but we hope to get them online soonish.
grab it while it's hot: http://gem.iem.at/releases/0.93.0
alternatively you can get the files from https://sourceforge.net/projects/pd-gem
highlights
Objects
frei0r video plugins support
- [mesh], [surface3d],...
- [separator] now takes arguments to define which stacks to push/pop
documentation
- numerous bigfixes and improvements
extra
- [pix_fiducialtrack] is no more part of Gem (but comes bundled with Gem)
- [pix_artoolkit] fiducial tracking using ARToolKit
- [pix_drum], [pix_mano]: Jaime Olivier's analysis objects!
plugins
image acquisition is now factored out into "plugins" this means that you can e.g. easily add new image acquisition methods to the existing [pix_video], [pix_film] and [pix_image] objects
- still image loading/saving now uses plugins on all platforms
on w32 you can now use ImageMagick and/or QuickTime for loading/saving images, which greatly increases the number of supported formats. you now get programmatic feedback on image loading success...
- video acquisition now uses plugins on all platforms
uniform way to get or set properties/attributes/controls, like hue, saturation, shutter-speed, pan,... working DV support (on linux) V4L also works with newer kernels (that dropped v4l) support for IIDC support for industrial grade GigE cameras using 3rd party libraries such as PYLON, Halcon or AVT's PvAPI experimental UNICAP support
- film acquisition now uses plugins on all platforms (you could use
gmerlin on w32 or osx...)
- recording (film output) now uses plugins on all platforms
support for V4L2 (and V4L) loopback devices, in order to generate a fake live video from your Gem window - use itfor recording, streaming,...
settings
global & local settings files to modify the overall behaviour of Gem you don't like Gem's default framerate, windowsize, font, texture mode,...? change it once and for all
internals
- API: this is the first Gem with a "public" API: a selection of headers
that you can use to write your own Gem-plugins build-system
build system: completely switched to a proper autotools
openGL: updated bundled GLEW
source organization: re-organized the entire source tree for hopefully
better maintainability
lowlights
i need an OSX developer willing to spend some time in getting image acquisition and windowing to work on OSX>=10.6 (x86_64)
mfga,dsra IOhannes
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list