Re: Drawing over a QTCaptureView
Re: Drawing over a QTCaptureView
- Subject: Re: Drawing over a QTCaptureView
- From: "douglas a. welton" <email@hidden>
- Date: Wed, 4 Jun 2008 16:38:54 -0400
Ben,
check out the documentation for QTCaptureView delegate:
- (CIImage *)view:(QTCaptureView *)view willDisplayImage :(CIImage
*)image
this will give you access to the display pipeline.
later,
douglas
On Jun 4, 2008, at 4:01 PM, Ben Lachman wrote:
I'm wonder what's the easiest way to draw a simple box over a
QTCaptureView. Overriding drawRect doesn't work and putting another
view over the QTCV doesn't work. Any Thoughts?
Thanks,
->Ben
_______________________________________________
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