From ac27fb455c76aee4f9e9f65747483006909b14ab Mon Sep 17 00:00:00 2001 From: Nikita Kostovsky Date: Fri, 14 Nov 2025 22:20:20 +0100 Subject: cleanup --- src/camera/veyeimx287m.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/camera/veyeimx287m.h') diff --git a/src/camera/veyeimx287m.h b/src/camera/veyeimx287m.h index d8c42ae..9b96afe 100644 --- a/src/camera/veyeimx287m.h +++ b/src/camera/veyeimx287m.h @@ -54,8 +54,6 @@ public: bool set_gain(const float value) override; std::optional get_gain() override; - bool setLaserLevel(int value) override; - public: /*! * \brief processedCounter - count of images processed in current second. @@ -65,7 +63,6 @@ public: private: bool openCam(); - bool selectCam(int camIdx = 0); bool initCam(); bool initI2C(); @@ -91,7 +88,7 @@ private: * to m_videoBuffers[i] which is being copied to m_images[i]. In theory, it * should not overlap if BUFFER_COUNT > theads count */ - std::array m_videoBuffers; + std::array m_videoBuffers{0}; struct buffer { -- cgit v1.2.3-70-g09d2