LIBV4L: precomp.hpp include missing
This commit is contained in:
parent
17292f686e
commit
3d12bc6b9f
@ -222,6 +222,7 @@ make & enjoy!
|
|||||||
//M*/
|
//M*/
|
||||||
|
|
||||||
#include "highgui.h"
|
#include "highgui.h"
|
||||||
|
#include "precomp.hpp"
|
||||||
|
|
||||||
#if !defined WIN32 && defined HAVE_CAMV4L && defined HAVE_CAMV4L2
|
#if !defined WIN32 && defined HAVE_CAMV4L && defined HAVE_CAMV4L2
|
||||||
|
|
||||||
@ -329,6 +330,7 @@ static void icvCloseCAM_V4L( CvCaptureCAM_V4L* capture );
|
|||||||
|
|
||||||
static int icvGrabFrameCAM_V4L( CvCaptureCAM_V4L* capture );
|
static int icvGrabFrameCAM_V4L( CvCaptureCAM_V4L* capture );
|
||||||
static IplImage* icvRetrieveFrameCAM_V4L( CvCaptureCAM_V4L* capture, int );
|
static IplImage* icvRetrieveFrameCAM_V4L( CvCaptureCAM_V4L* capture, int );
|
||||||
|
CvCapture* cvCreateCameraCapture_V4L( int index );
|
||||||
|
|
||||||
static double icvGetPropertyCAM_V4L( CvCaptureCAM_V4L* capture, int property_id );
|
static double icvGetPropertyCAM_V4L( CvCaptureCAM_V4L* capture, int property_id );
|
||||||
static int icvSetPropertyCAM_V4L( CvCaptureCAM_V4L* capture, int property_id, double value );
|
static int icvSetPropertyCAM_V4L( CvCaptureCAM_V4L* capture, int property_id, double value );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user