Re: Getting bits from NSQuickDrawView
Re: Getting bits from NSQuickDrawView
- Subject: Re: Getting bits from NSQuickDrawView
- From: publiclook <email@hidden>
- Date: Sat, 8 Mar 2003 19:46:17 -0500
Try Apple's example that grabs frames from quicktime and turns them
into GL textures. That should give you what you need to manage the
pixel data yourself.
On Saturday, March 8, 2003, at 04:59 PM, Josh Anon wrote:
Hi all,
I'm trying to modify the SGDataProc Cocoa example (which uses QT's
SequenceGrabber to decompress video into a view, sadly it's an
NSQuickDrawView). I need to somehow get the bits out of the view so
that I can do some image processing voodoo on it. Unfortunately, if I
try to make the view off screen, I just get random images floating in
the upper-left of my screen. For the more experienced who've worked
with QuickDraw, any suggestion?
Thanks,
Josh
--
//email@hidden || http://www.areax.net
[objectivec retain];
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.