mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 21:10:54 +08:00
removed unnecessary mutex
This commit is contained in:
@@ -40,7 +40,7 @@ class VideoDispatcher
|
||||
|
||||
void setLatestFrame(cv::Mat* frame)
|
||||
{
|
||||
tthread::lock_guard<tthread::mutex> guard(mMutex);
|
||||
//tthread::lock_guard<tthread::mutex> guard(mMutex);
|
||||
this->latestFrame = frame;
|
||||
|
||||
this->latestFrameNumber++;
|
||||
|
Reference in New Issue
Block a user