reverted rawImageSizeCaptured parameter... (because OpenCV has already a default so native image over 640x480 cannot be extracted)

git-svn-id: http://rtabmap.googlecode.com/svn/branches/0.3/rtabmap@68 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
matlabbe
2011-06-07 15:42:41 +00:00
parent b4446c3ddd
commit 4ceeb78c8b
7 changed files with 4 additions and 39 deletions

View File

@@ -176,7 +176,6 @@ public:
public:
CameraVideo(int usbDevice = 0,
bool rawImageSizeCaptured = false,
float imageRate = 0,
bool autoRestart = false,
unsigned int imageWidth = 0,
@@ -200,7 +199,6 @@ private:
// Usb camera
int _usbDevice;
bool _rawImageSizeCaptured;
};