Skip to content

Instantly share code, notes, and snippets.

@erkie
erkie / PhotoGrabber.h
Created June 21, 2011 18:10
Capture photos from built in iSight-camera or other connected cameras using Objective-C
//
// PhotoGrabber.h
// By Erik Rothoff Andersson <erikrothoff.com>
//
#import <Foundation/Foundation.h>
#import <QTKit/QTKit.h>
@protocol PhotoGrabberDelegate <NSObject>