22 #include "data_feeder.hpp"
23 #include <ds3d/gst/nvds3d_gst_plugin.h>
24 #include <ds3d/common/defines.h>
25 #include <ds3d/common/hpp/datamap.hpp>
51 std::string configPath;
53 std::string configContent;
55 std::cout <<
"lidar_feeder plugin config-path: " << configPath << std::endl;
71 if (loader.state() == State::kNone)
77 c = loader.readData(datamap);
79 eos = (c == ErrCode::KEndOfStream);
90 std::cout <<
"EOS reached" << std::endl;
98 bool _initialized =
false;