Mr. Wood: Thanks a lot, but I don't believe that's a complete description of what's happening, Chris. I initially fed the output of a 'structure member' from the queue into the 'image' port of a 'Billboard' (or tried, I don't remember whether it allowed me to make the connection). Since what I was trying to store in the queue was an 'image' (as in 'output from a string with image'), that is what one should expect upon emptying the queue (I set the queue length to 1 for testing). After that connection didn't work properly, I looked at the queue and saw the string '<QCImage>'. This is what was properly displayed after passing this thru the 'string with image.' My hasty conclusion: Images cannot be stored in QC queues. I would love to be proved wrong on this point. Send me a brief example. Thanks, I'm goin' to see a movie. --aram
<There_was_a_young_gal_named_Rosetta> <who_was_overly_fond_of_Greek_feta> <she_ate_it_on_toast> <on_the_isle_of_Les-bos> <and_would_have_remained_had_Pat_let-her> :-) On Thursday, July 24, 2008, at 07:32AM, "Chris Wood" <[EMAIL PROTECTED]> wrote: >You'll kick yourself, but you're feeding an image into the queue, getting an >image back out (via the Structure Index Member), then feeding the image into >the Image With String patch which expects a string. Plug the Index Member >output straight into the billboard, and you get the image as normal. >As a side note, the reason you're seeing something like a structure from the >Image With String is because it expects text (and can only deal with text), >and you're feeding it an 'image'. The thing is, the 'images' passed around >inside QC are not actually images for the most part, but a structure >containing information about the image (like the size, type and location in >memory). The Image With String patch is getting that structure, and just >telling you it is a structure, because it doesn't know that it's a special >structure that describes the image, and it can't parse structures. > >Chris > > >2008/7/24 aram <[EMAIL PROTECTED]>: > >> Hello Hackmeister / Hunter Fuller, >> >> Sample and hold seems perfect. >> RE:queues and images. >> I'm no expert, this is my first shot with them. I just tried to store an >> 'image' into a queue and instead >> got the string <QCImage> (that's the name of an internal QC 'opaque' >> structure(see C. Wright) ). I haven't >> bothered to try it with a photo (nor video)--an 'image' from string should >> be equivalent at this point. >> I probably missed something in the documentation regarding images stored in >> queues. >> Hope the brief, simple qtz attachment helps. >> --aram >> >> On Wednesday, July 23, 2008, at 07:23PM, "Alessandro Sabatelli" < >> [EMAIL PROTECTED]> wrote: >> >Sample & Hold. >> >.xX >> > >> >On Jul 23, 2008, at 4:54 PM, hackmiester / Hunter Fuller wrote: >> > >> >> I can't seem to get a Queue to hook to a video output. However, the >> >> Accumulator did the trick perfectly. Thank you for your assistance, >> >> Dan, and I suppose this issue is closed. >> >> >> >> 2008/7/23 Dan Winckler <[EMAIL PROTECTED]>: >> >>> Perhaps an Accumulator or a Queue after the Video Input? >> >>> >> >>> dan >> >>> >> >>> -----Original Message----- >> >>> From: "hackmiester / Hunter Fuller" <[EMAIL PROTECTED]> >> >>> >> >>> Date: Wed, 23 Jul 2008 17:11:04 >> >>> To: <[email protected]> >> >>> Subject: Retain camera output after capture is stopped >> >>> >> >>> >> >>> I've got this video input patch that is capturing from my MacBook's >> >>> iSight. Basically I've got it set up so after a second or so Capture >> >>> is set to 0 and the patch stops outputting. My question is this: What >> >>> can I do to make the last image captured before Capture was set to 0 >> >>> continue to output from the Image output, or what can I put between >> >>> the capture patch and my output to make it do this? >> >>> >> >>> I.e., I want to set the capture input to 0 and have the image stop >> >>> and >> >>> freeze, rather than disappear. >> >>> >> >>> This might be a noob question but I can't seem to find it anywhere >> >>> because I'm having difficulty phrasing it, if you have any trouble >> >>> understanding what I mean let me know. >> >>> >> >>> -- >> >>> -hackmiester >> >>> _______________________________________________ >> >>> Do not post admin requests to the list. They will be ignored. >> >>> Quartzcomposer-dev mailing list ( >> [email protected] >> >>> ) >> >>> Help/Unsubscribe/Update your Subscription: >> >>> >> http://lists.apple.com/mailman/options/quartzcomposer-dev/dan%40danwinckler.com >> >>> >> >>> This email sent to [EMAIL PROTECTED] >> >>> >> >>> _______________________________________________ >> >>> Do not post admin requests to the list. They will be ignored. >> >>> Quartzcomposer-dev mailing list ( >> [email protected] >> >>> ) >> >>> Help/Unsubscribe/Update your Subscription: >> >>> >> http://lists.apple.com/mailman/options/quartzcomposer-dev/hackmiester%40hackmiester.com >> >>> >> >>> This email sent to [EMAIL PROTECTED] >> >>> >> >> >> >> >> >> >> >> -- >> >> -hackmiester >> >> _______________________________________________ >> >> Do not post admin requests to the list. They will be ignored. >> >> Quartzcomposer-dev mailing list ( >> [email protected] >> >> ) >> >> Help/Unsubscribe/Update your Subscription: >> >> >> http://lists.apple.com/mailman/options/quartzcomposer-dev/asabatelli%40apple.com >> >> >> >> This email sent to [EMAIL PROTECTED] >> > >> > _______________________________________________ >> >Do not post admin requests to the list. They will be ignored. >> >Quartzcomposer-dev mailing list ([email protected]) >> >Help/Unsubscribe/Update your Subscription: >> > >> http://lists.apple.com/mailman/options/quartzcomposer-dev/aram1003%40mac.com >> > >> >This email sent to [EMAIL PROTECTED] >> > >> > >> >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Quartzcomposer-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> >> http://lists.apple.com/mailman/options/quartzcomposer-dev/psonice%40gmail.com >> >> This email sent to [EMAIL PROTECTED] >> > _______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]

