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

Debug info

parent 6676778d
No related branches found
No related tags found
1 merge request!23Feature/gui implements #53
......@@ -173,7 +173,7 @@ void Streamer::_schedule() {
continue;
}
if (s.second->clients[0].size() == 0) {
//LOG(ERROR) << "Stream has no clients: " << uri;
LOG(ERROR) << "Stream has no clients: " << uri;
continue;
}
slk.unlock();
......@@ -184,6 +184,7 @@ void Streamer::_schedule() {
src->src->grab();
unique_lock<shared_mutex> lk(src->mutex);
LOG(INFO) << "Grab frame"
src->state |= ftl::rgbd::detail::kGrabbed;
_swap(*src);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment