I'm already recording from my iSight from a python script using the pyobjc bridge and the QTKit framework.

Which framework/device/... should I use to capture the video of my screen instead of the built-in iSight?

P.S. I'm using Leopard (not Snow Leopard) and thus I don't have the Quicktime X API at my disposal.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

OpenGL. There's sample code for this on Apple's developer site (SonOfGrab, IIRC).

link|improve this answer
Can it also take videos or only screenshots? – GaretJax Nov 1 '09 at 14:13
1  
I finally found the right examples: - Sync snapshot: developer.apple.com/mac/library/samplecode/OpenGLScreenSnapshot/… - Async video: developer.apple.com/mac/library/samplecode/OpenGLScreenCapture/… Thanks for the insight – GaretJax Nov 3 '09 at 12:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.