Le 30 août 2009 à 17:04, Development a écrit :
I cannot seem to find a answer to this in google or the docs so I'm asking here. Is there a way to get a filehandle to the screen? Preferably spitting out NSData or a compatible datatype? Screen capture code is to slow for what I'm working on and I was hoping to spit the data in to a QT format. Or is this something where I willhave to obtain a file handle to the actual framebuffer?
What do you mean by "screen capture is so slow" ? Which API are you using to capture the screen ?
The best way to access screen pixel buffer is to use OpenGL. _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
