We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a8df2 commit a7b7001Copy full SHA for a7b7001
gpu/kinfu_large_scale/tools/record_maps_rgb.cpp
@@ -163,7 +163,7 @@ MapsBuffer::getFront(bool print)
163
{
164
boost::shared_ptr< const MapsBuffer::MapsRgb > depth_rgb;
165
166
- std::lock_guard<std::mutex> buff_lock (bmutex_);
+ std::unique_lock<std::mutex> buff_lock (bmutex_);
167
while (buffer_.empty ())
168
169
if (is_done)
0 commit comments