Tag Archives: sequence grabber

CoreVideoFunHouse

A quick demo movie of my CoreVideoFunHouse (does that name sound familiar?) code. The project shares code with my Sequence Grabber project and renders QuickTime movies using QTKit and CoreVideo. It also uses macros made up of multiple Core Image … Continue reading

Posted in Default | Tagged , , , , , | Comments Off

More SequenceGrabber Updates

Spurred on by interest in my Sequence Grabber source code I’ve added a whole slew of new functionality to it tonight (for various reasons this code is a lot of fun to work on). The most important change is CCoreImageView … Continue reading

Posted in Default | Tagged , , , , , , | Comments Off

Sequence Grabber Updated

My sequence grabber code (previously mentioned here) has been updated. It should be a lot easier to get up and running now – I’ve added a “CSequenceGrabberView” NSView subclasss that you just need to drag and drop into your nib’s … Continue reading

Posted in Default | Tagged , , , , , , | Comments Off

Sequence Grabber code now has Motion Detection (Followup)

In my previous post I talk about the (rather pitiful) attempts at adding motion capture to my Sequence Grabber code. This post will document what additions I’ve made to the code under the covers. 1) Added code to write CoreImage … Continue reading

Posted in Default | Tagged , , , , , | View Comments

Sequence Grabber code now has Motion Detection

I’ve added basic motion detection capabilities to Cocoa Sequence Grabber code now. This is what happens when your cat wakes you up too darn early after peeing under the computer desk. Sample movie (MP4/QuickTime 7 required, 64KB file): MotionDetection.mp4 No … Continue reading

Posted in Default | Tagged , , , , , , | View Comments

Sequence Grabber Code – Four Times the Fun!

Just for fun I added four seperate preview panes for my Sequence Grabber code – each pane has its own CoreImage filter attached. All previews can be flipped horizontally as well (I just apply an affine transformation to the image … Continue reading

Posted in Default | Tagged , , , , , | Comments Off

Sequence Grabber Code – now with CoreGoodness

I’ve improved my Cocoa Sequence Grabber code (read: iSight code). I’ve added a couple of extra classes to represent audio and video channels. Gone are the dependencies on my MoreFile framework and some of my other Cocoa/Carbon utility classes (making … Continue reading

Posted in Default | Tagged , , , , , , | View Comments

Sequence Grabber Cocoa Source Code

Cocoa source code showing how to use a QuickTime Sequence Grabber (e.g. an iSight camera) from your Cocoa application. Update. I’ve uploaded a new version of the SequenceGrabber source code that should compile cleanly on any Mac OS X 10.3 … Continue reading

Posted in Default | Tagged , , , , , , , | View Comments