Merge pull request #8564 from orisano:patch-1

pull/8487/merge
Alexander Alekhin 8 years ago
commit 4d3cef35c2
  1. 2
      modules/videoio/src/cap_qtkit.mm

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

Loading…
Cancel
Save