summaryrefslogtreecommitdiff
path: root/src/camera/veyeimx287m.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/camera/veyeimx287m.h')
-rw-r--r--src/camera/veyeimx287m.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/camera/veyeimx287m.h b/src/camera/veyeimx287m.h
index 9b96afe..1f293d6 100644
--- a/src/camera/veyeimx287m.h
+++ b/src/camera/veyeimx287m.h
@@ -36,7 +36,8 @@ public:
bool startStream() override;
bool dequeueImageBuffer(size_t &image);
- bool getImage(Image &image);
+ // bool getImage(Image &image);
+ bool getImage(Image *image);
bool init();
@@ -66,7 +67,7 @@ private:
bool initCam();
bool initI2C();
- bool initHttpServer();
+ // bool initHttpServer();
void calcFrameLoop(std::stop_token stopToken);