halo list.
a little piece done with pd/gem in one real time: www.testphase.at/viz select: sproose
rtx q: in the downloaded patch gwin.pd there is an object called 'nop' my pd 'couldn't create'. when i connect 'create,1' directly to 'gemwin' and click the new-message my screen becomes blue with white letters on it. is this correct?
pix_video q: should this work in the current release? pd says: pix_video: connected at x:.. but when i start rendering pd crashes.
(i am working under w2k)
just, joreg.
[wannabe]
Jörg Dieà wrote:
halo list.
a little piece done with pd/gem in one real time: www.testphase.at/viz select: sproose
rtx q: in the downloaded patch gwin.pd there is an object called 'nop' my pd 'couldn't create'. when i connect 'create,1' directly to 'gemwin' and click the new-message my screen becomes blue with white letters on it. is this correct?
oops !
sorry for mixing up externals. "nop" is part of the zexy-external, and does (guess !) nothing (a so called no-operation) but pass through all things unchanged. there are 2 possibilities to get rid of it:
"gemwin" 2. get the zexy-external 3. make a new pd-patch and save it as "nop.pd" -------| |inlet | =------| | =------| |outlet| -------|
sorry for the inconvenience
clicking at "create" will make a huge gemwin (possibly with no borders, at least under Win). it fills up completely my screen (@ 1024x768 or something like this). clicking on the upper-left corner will destroy this window. this is something inconvenient for trying out the rtx-patch (i really created this one to show how rtx-worked with video-beams, and i did not want to show pd-patches (as not to scare the audience).
i will change this in future releases... by the way : pix_rtx will soon be re-released with this annoying "line of discontinuity" that is shifting from left to right removed. i am currently working on a fine documentation. expect it for next week.
mfg.tgr.tze iohannes
Jörg Dieà wrote:
halo list.
a little piece done with pd/gem in one real time: www.testphase.at/viz select: sproose
rtx q: in the downloaded patch gwin.pd there is an object called 'nop' my pd 'couldn't create'. when i connect 'create,1' directly to 'gemwin' and click the new-message my screen becomes blue with white letters on it. is this correct?
ok. i think i answered this in my first mail (had to leave the workstation i was sitting at...) if your screen becomes blue with white letters on it, this looks somehow like a your video in. make sure you have a camera connected to your capture card. make sure that everything works (see below). make sure that your camera is sending something meaningful to your computer. if you hold your camera steadily, you will see what you're shooting (though somehow shifting). if you move your camera or something appears to be moving in your focus, you will notice some rtx-transformation.
btw: i am glad to hear of some problems with rtx. i hope, that any questions, ideas, problems and things are sent to me (either directly or via the list). as indicated before, next week i am going to put a more useable version on the web.
pix_video q: should this work in the current release? pd says: pix_video: connected at x:.. but when i start rendering pd crashes.
(i am working under w2k)
how did you manage to make pix_rtx work if pix_video crashes all the time ? maybe you notice in the rtx.pd patch that a "dimen" message is sent to the pix_video objects. this is quite important, since pix_video will connect to the best resolution offered (on my machine this 320x240 @ 24bit). Unfortunately only images with dimensions that are power of 2 can be textured to anything. (this should be no problem if you are using the "pix_draw" object, but i never try this because it is so SLOW - using nvidia's geForce that is providing native openGL but the pixdraw-routines.) So the size of the image has to be adjusted somehow to be a power of 2 (eg: 320x240 can be truncated to 256x128 (this is what i do in the rtx.pd patch)). you should not try to connect with resolutions higher than those provided (256x256 will not work !). YOU SHOULD NOT TRY TO RESIZE THE IMAGE WITH pix_resize !!! this is really important, for it will *surely* crash your machine when the second frame is captured. (yess, pix_resize only works once ! - simply inferior)
[by the way : Mark, there is a bug in the powOfTwo()-function. if you are passing it a number k=2^n it will surely return 2^(n+1) - due to a "<=" instead of "<" in line ??? the shifting will be executed one time too often. at least i think this is a bug]
i have done therefore a "pix_texture2"-object that will texture images of any size correctly (as long as you don't use the pix_coordinate) and full-size.
i will but this on my web-server next week too.
just, joreg.
[wannabe]
simply superior
mfg.gre.opi iohannes
ps: Mark said, that it would be able to compile gem-objects separately from gem so you could load them afterwards (just like externals are loaded into pd) alas, i didn't manage to do so any hints ? pps: well, i did manage to compile it, but it didn't load then (sthg like "could not find "pix_rtx_setup()" : failed..."). any hints ?
would love to compile gem....but keep running into missing libraries that i would need. now i am stuck at -lmpeg.
anybody know what is needed here / what version?
is it the mpeglib from http://heroines.sourceforge.net/libmpeg3.php3 ?
thanks - august.
Which version are you using ?
Don't use the *TEST* version from my site, the mpeg file player is experimental and I don't recommend using it.
I will delete those versions from the ftp site now.
Guenter
august writes:
would love to compile gem....but keep running into missing libraries that i would need. now i am stuck at -lmpeg.
anybody know what is needed here / what version?
is it the mpeglib from http://heroines.sourceforge.net/libmpeg3.php3 ?
thanks - august.
Hi all,
For Windows and Linu users, I've put together a Patch 3 version of Pd 0.32..
http://www.crca.ucsd.edu/~msp/software.html
cheers Miller