StopNGo for Mac

Last Revision:
Version 1.0.2, 2011-07-26
Editorial
(Full Revision History)
Build Requirements:
Xcode 4.1 or later, Mac OS X v10.7 or later
Runtime Requirements:
Mac OS X v10.7 or later

Simple AVFoundation based stop-motion animation QuickTime Movie (.mov) recorder. The sample demonstrates how to use an AVCaptureSession, AVCaptureDevice, AVCaptureVideoPreviewLayer, and AVCaptureStillImageOutput to preview and capture still images from a video capture device. It then re-times each sample buffer to the user specified frame rate, and writes these frames to disk as a .mov file using AVAssetWriter.