Index: luvcview-20070512/v4l2uvc.h =================================================================== --- luvcview-20070512.orig/v4l2uvc.h +++ luvcview-20070512/v4l2uvc.h @@ -30,6 +30,7 @@ #include #include #include +#include #include #include "avilib.h" @@ -104,4 +105,4 @@ int v4l2SetLightFrequencyFilter(struct v int enum_frame_intervals(int dev, __u32 pixfmt, __u32 width, __u32 height); int enum_frame_sizes(int dev, __u32 pixfmt); int enum_frame_formats(int dev); - +int check_videoIn(struct vdIn *vd, char *device);