This commit is contained in:
ackimixs
2024-02-10 18:57:44 +01:00
parent 8cb7e9c2e9
commit 3fbacc0d01

View File

@@ -57,6 +57,7 @@ ArucoDetector::ArucoDetector(const float x, const float y, const float z, const
ArucoDetector::~ArucoDetector()
{
std::cout << "ArucoDetector destructor" << std::endl;
cam->stopVideo();
cv::destroyAllWindows();
}