Should I use NSOperation or NSRunLoop?
I am trying to monitor a stream of video output from a FireWire camera. I have created an Interface Builder interface with buttons and an NSImageView . While image monitoring is occurring within an endless loop, I want to: change some camera parameters on the fly (gain, gamma, etc.) tell the monitoring to stop so I can save an image to a file (set a flag that stops the while loop) Using the button features, I have been unable to loop the video frame monitor, while still looking for a button press (much like using the keypressed feature from C.) Two options present themselves: Initiate a new