Skip to content
Snippets Groups Projects
Commit bf4c317f authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Set screencapture source name

parent 7771d2f2
Branches
Tags
No related merge requests found
...@@ -100,7 +100,7 @@ ScreenCapture::ScreenCapture(ftl::rgbd::Source *host) ...@@ -100,7 +100,7 @@ ScreenCapture::ScreenCapture(ftl::rgbd::Source *host)
params_.doffs = 0.0; params_.doffs = 0.0;
state_.getLeft() = params_; state_.getLeft() = params_;
state_.set("name", std::string("[ScreenCapture] ") + host_->value("name", host_->getID()));
} }
ScreenCapture::~ScreenCapture() { ScreenCapture::~ScreenCapture() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment