17 #include "data_feeder.hpp"
18 #include <ds3d/gst/nvds3d_gst_plugin.h>
19 #include <ds3d/common/defines.h>
20 #include <ds3d/common/hpp/datamap.hpp>
46 std::string configPath;
48 std::string configContent;
50 std::cout <<
"lidar_feeder plugin config-path: " << configPath << std::endl;
66 if (loader.state() == State::kNone)
72 c = loader.readData(datamap);
74 eos = (c == ErrCode::KEndOfStream);
85 std::cout <<
"EOS reached" << std::endl;
93 bool _initialized =
false;