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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/camera/veyeimx287m.h b/src/camera/veyeimx287m.h
index d084788..326a43a 100644
--- a/src/camera/veyeimx287m.h
+++ b/src/camera/veyeimx287m.h
@@ -174,6 +174,7 @@ private:
bool m_isCalibrating{false};
bool m_ignoreFrames{false};
// std::vector<std::shared_ptr<Pixels>> m_calibrationPixels;
+ // FIXME: std::multimap/unordered_multimap
std::unordered_map<decltype(Counters::encoderPosition), std::vector<std::shared_ptr<Pixels>>>
m_calibrationPixels;
std::shared_ptr<IStand> m_stand;