6 #ifndef IFM3D_FG_ORGANIZER_H
7 #define IFM3D_FG_ORGANIZER_H
13 #include <ifm3d/fg/buffer.h>
14 #include <ifm3d/fg/frame.h>
15 #include <ifm3d/fg/frame_grabber_export.h>
27 std::map<buffer_id, BufferList> images;
28 std::vector<ifm3d::TimePointT> timestamps;
34 virtual Result Organize(
const std::vector<uint8_t>& data,
35 const std::set<buffer_id>& requestedImages,
36 const bool masking) = 0;
44 #endif // IFM3D_FG_ORGANIZER_H