6 #ifndef IFM3D_FG_ORGANIZER_H
7 #define IFM3D_FG_ORGANIZER_H
10 #include <ifm3d/fg/buffer.h>
11 #include <ifm3d/fg/frame.h>
12 #include <ifm3d/fg/module_frame_grabber.h>
32 std::map<buffer_id, BufferList> images;
33 std::vector<ifm3d::TimePointT> timestamps;
39 virtual Result Organize(
const std::vector<uint8_t>& data,
40 const std::set<buffer_id>& requested_images,
49 #endif // IFM3D_FG_ORGANIZER_H