Merge pull request #8564 from orisano:patch-1

This commit is contained in:
Alexander Alekhin 2017-04-12 08:52:08 +00:00
commit 4d3cef35c2

View File

@ -270,8 +270,6 @@ CvCaptureCAM::CvCaptureCAM(int cameraNum) {
CvCaptureCAM::~CvCaptureCAM() { CvCaptureCAM::~CvCaptureCAM() {
stopCaptureDevice(); stopCaptureDevice();
std::cout << "Cleaned up camera." << std::endl;
} }
int CvCaptureCAM::didStart() { int CvCaptureCAM::didStart() {