Re: QTKit from UNIX app?
Re: QTKit from UNIX app?
- Subject: Re: QTKit from UNIX app?
- From: Jeff Johnson <email@hidden>
- Date: Sun, 10 Jun 2012 19:20:00 -0500
Hi Todd.
FWIW, I have a LSBackgroundOnly application that uses QTKit. Instead of NSApplicationMain(), I do [[NSApplication sharedApplication] run].
Perhaps that's not exactly what you want, but pretty close. It does suggest you might be able to get away with, say, running the run loop manually.
-Jeff
On Jun 9, 2012, at 4:33 PM, Todd Heberlein wrote:
> Probably a naive question, but can I use QTKit (or is there a better library?) to capture images (or videos) inside a UNIX helper application?
>
>
> I've never tried using Cocoa (and related) objects outside a regular Cocoa application with a GUI, NSApplicationMain(), etc. Is this generally prohibited?
>
> Thanks,
>
> Todd
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden