Skip to content
Snippets Groups Projects
Commit 60902a86 authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

fix name

parent 8d4575d4
Branches
Tags
No related merge requests found
Pipeline #16241 passed
......@@ -62,7 +62,7 @@ void StereoVideoSource::init(const string &file)
}
// Create the source depth map pipeline
pipeline_ = ftl::config::create<ftl::operators::Graph>(host_, "disparity");
pipeline_ = ftl::config::create<ftl::operators::Graph>(host_, "disparity_pipeline");
/*pipeline1->append<ftl::operators::ColourChannels>("colour"); // Convert BGR to BGRA
pipeline1->append<ftl::operators::HFSmoother>("hfnoise"); // Remove high-frequency noise
pipeline1->append<ftl::operators::Normals>("normals"); // Estimate surface normals
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment