diff options
Diffstat (limited to 'src/camera/veyeimx287m.cpp')
| -rw-r--r-- | src/camera/veyeimx287m.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/camera/veyeimx287m.cpp b/src/camera/veyeimx287m.cpp index 21d95c6..2e4a4aa 100644 --- a/src/camera/veyeimx287m.cpp +++ b/src/camera/veyeimx287m.cpp @@ -618,6 +618,9 @@ void VeyeIMX287m::calcFrameLoop(std::stop_token stopToken) continue; } + // ++processedCounter; + // continue; + std::lock_guard lock{m_imageMutexes[bufferIdx]}; auto &image = m_images[bufferIdx]; |
