]> git.sesse.net Git - vlc/commit
qtcapture: New access_demux module (QTKit based) to capture video from your iSight...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 26 May 2008 00:22:38 +0000 (02:22 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 26 May 2008 00:24:59 +0000 (02:24 +0200)
commit9dcd81a1dc9e0cfa685c61f67f43fa85cb7f9d5b
treed26bb09a2d766763147c6796de772ac4cbd77ce9
parent3dfed6db962960e045721ff09fc7ef624635c3df
qtcapture: New access_demux module (QTKit based) to capture video from your iSight Camera on Mac OS X.

Usage: 'vlc qtcapture://'.

This is a 2 hours hacked module. We don't grab sound yet, and there are a lot of FIXME.

Note: For some reason QTKit needs a the main thread to be a cocoa thread. Don't expect it to run with -I dummy for instance.
configure.ac
modules/access/Modules.am
modules/access/qtcapture.m [new file with mode: 0644]