mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-01 17:10:26 +08:00
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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user