diff options
Diffstat (limited to 'src/camera/veyeimx287m.h')
| -rw-r--r-- | src/camera/veyeimx287m.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/camera/veyeimx287m.h b/src/camera/veyeimx287m.h index e1eb76d..b28ce96 100644 --- a/src/camera/veyeimx287m.h +++ b/src/camera/veyeimx287m.h @@ -44,6 +44,7 @@ public: public: // libcamera::Signal<std::shared_ptr<Pixels>> newPixels; // libcamera::Signal<std::shared_ptr<Image>> newImage; + uint32_t processedCounter{0}; private: bool setCamParam(unsigned int v4l2controlId, int value); @@ -81,6 +82,4 @@ private: std::jthread m_streamThread; // std::jthread m_calcThreads[1]; std::jthread m_calcThreads[4]; - - uint32_t processedCounter{0}; }; |
