Tagged Questions
Quartz Composer is a node-based visual programming language provided as part of the Xcode development environment in Mac OS X for processing and rendering graphical data.
11
votes
1answer
185 views
Quartz Composer barcode scanner
Are there any Quartz Composer barcode scanner plugins that can run on Leopard (10.5)? I need something that can scan the type of barcode found on the back of books; I've seen a DataMatrix plugin using ...
3
votes
2answers
101 views
Very confused by a binding issue between a Cocoa app and a Movie Loader patch in Quartz Composer
I've been programming for a while, but just recently decided to start developing for Mac OS X. I feel like I've come to grips with the basics of Objective-C and Cocoa development over the past week. ...
3
votes
0answers
241 views
Why is my QTKit based image encoding application so slow?
in a cocoa application I'm currently coding, I'm getting snapshot images from a Quartz Composer renderer (NSImage objects) and I would like to encode them in a QTMovie in 720*480 size, 25 fps, and ...
3
votes
2answers
760 views
Interfacing Java and Quartz Composer
I have written this event photography application that features a slideshow among other things. The application written in Java and is multi-platform. However on Mac OS X, it takes advantage of the ...
3
votes
3answers
1k views
Can you control the speed of a video clip playing in Quartz Composer?
Is there a way to manipulate the speed of the video playback? I'm especially interested in a way to slow down with frame blending, exactly like the function in Final Cut Pro.
2
votes
1answer
72 views
Use quartz composer for creating time lapse videos
Hy there let's say I have 1000 pictures which were taken with a delay of 1 second.
Is it possible to create a video from these pictures using quartz composer?
In a second step I would like to add ...
2
votes
1answer
169 views
Adding A Quartz Composer Macro to the Patch Creator
Can I add a macro in Quartz Composer to the Patch Creator, so I can add it to all my compositions?
2
votes
1answer
98 views
UDP packets buffer in Quatz Composer
I am using an UDP network receiver in a quartz composition, and I have noticed that UDP packets may get lost if more than one are received during the rendering of a frame.
Is it possible to bufferize ...
2
votes
1answer
146 views
QC Composition that will convert black and white pixels to two other colors
I'm just starting to learn about Quartz Composer and the first thing I would like to create is a composition that could eventually be used in a Cocoa application which would accept a black and white ...
2
votes
2answers
273 views
Objective-C and Quartz Composer; [qcView pauseRendering] causes Bad_Access
thanks in advance.
I have a Quartz Composer View (qcView below) and move an image (of an ant, if you were wondering of the code) in a random direction until it finds it's 'home' in the middle of the ...
2
votes
2answers
1k views
Quartz Composer in iPhone UIView
I am trying to embed a Quartz Composer document in an iPhone app. I know Quartz Composer support was added in iPhone OS 3.1 (at least, that's what Wikipedia says) but I can't find any good resources ...
2
votes
1answer
177 views
Acessing a QC Structure from a Cocoa Application
is there a way of acessing a structure from a Cocoa app? I am able to set integers and Strings using the QCView setvalue:forkey method but when i try to access a structure i run into errors. Basicly ...
2
votes
2answers
192 views
In Cocoa, how do you apply a QuartzComposer patch effect to an NSImage?
I'm not trying to create a series of QC effects, I just want to use the Tracer effect. Do I have to create the QC thing and then apply that, or can I call it directly in Cocoa?
1
vote
0answers
11 views
strings in Quartz Composer
I'm trying to create a patch in Quartz Composer with a real-time typewriter effect, to work together with and interactive old typewriter that I'm developing.
I can't find the way to concatenate ...
1
vote
0answers
48 views
CGImage leaks, no matter how I CGRelease
the context is a Quartz Composer plugin, in which I want to create a CGImage out of camera frame. This is the relevant code
id<QCPlugInInputImageSource> inputImage_ = self.inputImage;
...
1
vote
1answer
107 views
Quartz Composer JavaScript
I'm really stuck so any help would be appreciated. TIA!
I have a Quartz Composition in which I want to display a Streetview (from Google Maps) and be able to control the navigation (as in be able to ...
1
vote
1answer
45 views
How do I easily view the values of Output-only Patches?
I'm losing my sanity with so much Quartz Composer Input/Output data flowing around on my screen and in my head.
Am I missing what appears to be a much needed function of Quartz Composer? I'm ...
1
vote
1answer
48 views
How do I get the amount of XML elements and use it in Quartz Composer?
I have a Quartz Composer document which I'm trying to edit but since this is my first dive into QC, I have little to no clue what I'm doing.
The task could be simple: There is an XML Importer and an ...
1
vote
1answer
63 views
Show a subview on top of a QCView
It seems that no matter what hierarchy I use, a QCView is always drawn on top. Is there a way to display a subview on top of a QCView?
1
vote
1answer
45 views
Don't erase background for visual trace in Quartz Composer
I it possible NOT to clear the background in Quartz Composer? I want to move an image across the screen and keep it visible at the old positions to have some sort of trace effect.
Thanks and regards,
...
1
vote
1answer
348 views
HTML embed Quartz Composer removed in Safari 5?
Is it still possible (Lion) to embed Quartz Compositions in web pages (for OSX Safari users)?
The documentation at
...
1
vote
1answer
598 views
Can I use Quartz Composer with iOS?
I wan't to draw a view which has several strings, these strings's text could be changed by my program code, how can I build my program with Quartz Composer?
I want Quartz Composer define how my view ...
1
vote
2answers
117 views
Examine Structure Keys and Values
I've been scratching my head over this for some time... how am I supposed to view the contents of a structure? Which means their keys and their corresponding values. I've been playing with the Audio ...
1
vote
1answer
65 views
Rearranging pixels on a video in realtime in Quartz Composer
Does anyone know a good resource related to remapping the pixels in a video in realtime using Quartz Composer? I've read through the programming guide, but it doesn't have all the information I ...
1
vote
1answer
117 views
How to use a VNC source in Quartz Composer?
I know I can use video camera sources for further processing with Quartz Composer. (For example you can use the iSight's video feed to do something with that.)
But is it also possible to show/use the ...
1
vote
1answer
224 views
System audio in Quartz Composer
I am building a music visualizer in Quartz Composer, and it works just fine. The problem is that the audio input is through a microphone, so any noise that I make while its running displays.
What I ...
1
vote
0answers
144 views
Observe published values of Quartz Composition without using QCView and QCPatchController
I've been looking for some ways to control Quartz Composition, that is being loaded as a sublayer of a custom view inherited from NSView.
NSString * compositionPath = [[NSBundle mainBundle] ...
1
vote
0answers
156 views
snapshot taken from QCView sometimes blank
I have a program playing quartz compositions in QCViews.
Because the QCViews are on a secondary screen, I need to display a (smaller) copy in the main screen (kind of control screen).
So I fire a ...
1
vote
2answers
202 views
SED, Getting the last file name
It is a SED issue.
I am working in Quartz Composer (Mac OSX) script to:
Open the last .log from a directory.
Getting the last text line of that file and remove its 24 first characters.
Show the ...
1
vote
0answers
74 views
Use Half of QCView
I feel like this should be a simple issue, but I can't figure it out.
I have a QCView in my app. When I display it normally, it looks like this: QCView. But, I only want to see the top half of it, ...
1
vote
1answer
70 views
QCView inputKey responds to NO but crashes on YES
I have a QCView with a boolean input splitter in it. When I try and do [qcview setValue:NO forInputKey:@"showCube"]; it works as expected and the input gets set to NO. However, When I try and do ...
1
vote
1answer
507 views
Code Interaction with Quartz Composition
i have a Quartz Composition with a Cube, and X/Y/Z rotation inputs are published.
On Interface Builder i made a QCView and a QCPatchController with the previous Quartz Composition loaded. In QCView ...
1
vote
1answer
517 views
Quartz compositions created in Snow Leopard (10.6) doesn't work in Leopard (10.5) despite testing in runtime
I have a reasonably advanced (many patches and subpatches) quartz composition that was created in Snow Leopard but doesn't run well (many elements are not rendered) in Leopard. The composition tested ...
1
vote
1answer
704 views
Using QCView and iSight to capture image
I have a QCView that loads a Quartz file which gives you iSights feedback (basically like a QTCaptureView)
Everything displays fine
The button simply takes a snapshot using the following simple ...
1
vote
1answer
515 views
Quartz Composer - Structure Key Member bug?
I'm trying to use Quartz Composer to create a continuous integration build radiator.
I put together a simple XML file to describe the projects and the latest success of each of their workflows:
...
1
vote
1answer
377 views
OpenGL or QuartzComposer for creating OS X widgets
I was watching http://www.youtube.com/watch?v=XiqgmAYrd3c and was thinking it might be kind of fun to create some NSView/UIView-system compatible widgets that had some of the interactions found in the ...
1
vote
1answer
589 views
How do I use the current sound out as an audio input in Quartz Composer?
If I want to build a spectrum visualizer of what's currently playing on my speakers (not the line in) what do I do?
0
votes
0answers
19 views
Use Quartz Composer with Terminal to visualize commands
Here is what I would like to do:
I want to pipe data from the commands tcpflow and tcpdump into quartz composer in a cool way I can easily analyze. I envisioned tcpflow would generate "pipes" or ...
0
votes
2answers
85 views
Asynchronously run an NSThread, but with a delegate?
I want to launch a daemon on new thread, to my program doesn't lock up while waiting for input from the daemon, but I need a way for the main program to get information back from the daemon. I've ...
0
votes
1answer
99 views
How can I programmatically pipe a QuickTime movie into a Quartz Composer input?
I'm working on an app that applies Quartz Composer effects to QuickTime movies. Think Photo Booth, except with a QuickTime movie for the input, not a camera. Currently, I am loading a quicktime ...
0
votes
1answer
89 views
Creating a selectable Video Input patch for Quartz: Muxed Inputs fail
I'm trying to create a custom patch for Quartz Composer that will function just like the Video Input patch, but with a selectable capture device on an input port. It's a small patch, and looks right ...
0
votes
0answers
14 views
Separating objects in Quartz composer?
I'm relatively new to developing and I'm building an installation in school together with my team. It's due thursday next week and I took the role as a developer since I want to learn.
I've tried to ...
0
votes
0answers
20 views
Quartz Composer using Date Formatter
Is it possible when using date formatter in QC to have the day element count down to 00 instead of counting down to 01 and then automatically reverting to 31 for the previous month?
I am specifically ...
0
votes
1answer
143 views
Sending floating point numbers to QuartzComposer via UDP with C++
In the another question a user provided a method to send data to QuartzComposer via UDP. It appears that QuartzComposer is very particular about the padding of byte data sent to it. In particular it ...
0
votes
1answer
145 views
Is there a way to play an MP3 or aac .pls file with Quartz Composer?
I would like to play a radio stream in Quartz Composer. This would be the first step in developing a new kind of radio player with (i hope) interesting visuals to accompany the audio.
Given a URL ...
0
votes
1answer
142 views
Detect whether a Quartz Composition in a QCView will be rendered through software or hardware
I have a feeling there are combinations of Cocoa Quartz Compositions and GPUs which can't be handled by the GPU and which fall back on the software renderer, even if Core Image is "accelerated" ...
0
votes
1answer
151 views
Javascript counting number of times an element is repeated
I have the following code snippet in my JavaScript patch in quartz composer and need to loop in through the entire structure to find how many of each element there are and output an array of each ...
0
votes
1answer
452 views
Quartz Composer, loop reloading text files (Command Line Tool)
I have a .qtz that loads the last line of the latest .log file, to show the currently played song from a player.
Here is the source, with 2 .log files as an example: LastTrack.zip (read the ...
0
votes
1answer
184 views
forKeyPath troubles with Quartz Composer and MacRuby
I am having some issues with setting values using MacRuby and Cocoa. I have the inserted the QCView and the QCPatchController into the XIB and loaded the composition into the QCPatchController. ...
0
votes
1answer
356 views
Quartz Composer: switch video inputs with mouse
Scenario: two Quicktime movie inputs, one plays on loop unless user clicks left mouse button, in which case second movie plays until the end, then first movie plays.
Logically I can see it using a ...