MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / DumpPacketPipeline

Method DumpPacketPipeline

src/packet_pipeline.cpp:181–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179#endif // LIBFREENECT2_WITH_CUDA_SUPPORT
180
181DumpPacketPipeline::DumpPacketPipeline()
182{
183 RgbPacketProcessor *rgb = new DumpRgbPacketProcessor();
184 DepthPacketProcessor *depth = new DumpDepthPacketProcessor();
185 comp_->initialize(rgb, depth);
186}
187
188DumpPacketPipeline::~DumpPacketPipeline() {}
189

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.45

Tested by

no test coverage detected