diff --git a/module/src/server/implementation/objects/TelmateFrameGrabberOpenCVImpl.cpp b/module/src/server/implementation/objects/TelmateFrameGrabberOpenCVImpl.cpp index caffed1..779a6a3 100644 --- a/module/src/server/implementation/objects/TelmateFrameGrabberOpenCVImpl.cpp +++ b/module/src/server/implementation/objects/TelmateFrameGrabberOpenCVImpl.cpp @@ -22,7 +22,7 @@ TelmateFrameGrabberOpenCVImpl::TelmateFrameGrabberOpenCVImpl() { this->thrLoop = true; this->snapInterval = 1000; this->epName = "EP_NAME_UNINITIALIZED"; - this->storagePath.clear(); //= NULL; /*"/tmp";*/ + this->storagePath = "/tmp"; this->framesCounter = 0; this->outputFormat = FGFMT_JPEG; this->lastQueueTimeStamp = 0; @@ -39,10 +39,8 @@ TelmateFrameGrabberOpenCVImpl::TelmateFrameGrabberOpenCVImpl() { TelmateFrameGrabberOpenCVImpl::~TelmateFrameGrabberOpenCVImpl() { - GST_INFO("Destructor was called for %s", this->epName.c_str()); - } void TelmateFrameGrabberOpenCVImpl::cleanup() {