]> git.sesse.net Git - kdenlive/commit
Add support for video4Linux (webcams) to stopmotion utility
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 17 Oct 2010 22:10:38 +0000 (22:10 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 17 Oct 2010 22:10:38 +0000 (22:10 +0000)
commitcfa07b88701544776e846c5ce97877e815ad0ef5
treed4b8163a3fe2a2ce8fe8a1370133925ea220b2b7
parentb54916ca15479e57cb3624c6ddd5acd215a95b97
Add support for video4Linux (webcams) to stopmotion utility

svn path=/trunk/kdenlive/; revision=5019
14 files changed:
src/CMakeLists.txt
src/blackmagic/capture.cpp
src/blackmagic/capture.h
src/blackmagic/devices.cpp
src/blackmagic/devices.h
src/stopmotion/capturehandler.cpp [new file with mode: 0644]
src/stopmotion/capturehandler.h [new file with mode: 0644]
src/stopmotion/stopmotion.cpp
src/v4l/src.c [new file with mode: 0644]
src/v4l/src.h [new file with mode: 0644]
src/v4l/src_v4l2.c [new file with mode: 0644]
src/v4l/v4lcapture.cpp [new file with mode: 0644]
src/v4l/v4lcapture.h [new file with mode: 0644]
src/v4l/videodev2.h [new file with mode: 0644]