Re: Screen capture Cocoa framework
Re: Screen capture Cocoa framework
- Subject: Re: Screen capture Cocoa framework
- From: Jean-Daniel Dupas <email@hidden>
- Date: Wed, 24 Jun 2009 15:41:10 +0200
No, and AFAK, there is no way to capture the cursor. It is not part of
the standard video pipeline and it is handle at the hardware level (by
the graphic card directly).
That said, it should not be difficult to draw a cursor using OpenGL
before downloading the frame (in this sample , you may just draw the
cursor before calling glReadPixel()).
Le 24 juin 09 à 13:47, Andy Bell a écrit :
Hi Jean-Daniel,
Thanks for that, do you know if it captures the mouse pointer as
well? Are
there any commercial frameworks?
Thanks
Andy
On Wed, Jun 24, 2009 at 12:37 PM, Jean-Daniel Dupas
<email@hidden>wrote:
Le 24 juin 09 à 11:38, Andy Bell a écrit :
Hi All,
Does anyone know if there is a screen recording Cocoa framework
out there?
I want to record the screen much like Camtasia studio does on
Windows and
don't want to reinvent the wheel.
I'm not aware of any OpenSource framework, but I know a good starting
point:
http://developer.apple.com/samplecode/OpenGLScreenCapture/index.html
--
Kind regards
Andy
AllBabel Software
www.allbabel.com
Tel: +44 (0)20 8133 2473
Mob: +34 685130097
_______________________________________________
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
_______________________________________________
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