#include <stdio.h>
#include "Video.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <linux/videodev.h>
Defines | |
#define | DEFAULT_WIDTH 320 |
#define | DEFAULT_HEIGHT 240 |
#define | DEFAULT_FREQUENCY 5 |
#define | DEFAULT_DEVICE "/dev/video0" |
Typedefs | |
typedef u_int64_t | __u64 |
Functions | |
EXPORT_FEATURE (VideoFeatureProvider) |
© 2003-2004 by Rene Mayrhofer, Harald Radi
Harald Radi <harald.radi@nme.at>
Quite some of the code in here has been ripped from various files in the "motion" source code, a tool for detecting motion using webcams.