1#ifndef __BTK_CAMERAINPUT_OPENCV_H__
2#define __BTK_CAMERAINPUT_OPENCV_H__
4#include <boost/thread/thread.hpp>
5#include <boost/bind/bind.hpp>
7#include <opencv2/opencv.hpp>
20 cv::VideoCapture* mVI;
26 boost::thread mThread;
27 boost::shared_mutex mMutex;
32 cv::Mat mRetrieveBuffer;
45 virtual void SetSize(
int width,
int height);