mirror of
https://github.com/opencv/opencv.git
synced 2025-07-26 07:07:37 +08:00
Remove stdout log when destructor called.
This commit is contained in:
parent
3cee54cd27
commit
550ca10ec6
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user