#include "CVCamCapture.h"
#include "Image/ByteImage.h"
#include "Image/IplImageAdaptor.h"
#include "Image/ImageProcessor.h"
#include "Threading/Mutex.h"
#include <cvcam.h>
#include <highgui.h>
#include <cv.h>
#include <memory.h>
Go to the source code of this file.
Functions | |
static void | callback (IplImage *pIplImage) |
Variables | |
static bool | bFirstFrame = false |
CMutex | cvcam_critical_section |
static CByteImage * | pCapturedImage = 0 |
|
static |
Definition at line 74 of file CVCamCapture.cpp.
|
static |
Definition at line 67 of file CVCamCapture.cpp.
CMutex cvcam_critical_section |
Definition at line 65 of file CVCamCapture.cpp.
|
static |
Definition at line 66 of file CVCamCapture.cpp.