Skip to content
Snippets Groups Projects

Partial fixes from chunk sync

Merged Nicolas Pope requested to merge bug/chunksync2 into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -279,6 +279,7 @@ void Streamer::_swap(StreamSource *src) {
@@ -279,6 +279,7 @@ void Streamer::_swap(StreamSource *src) {
}
}
src->src->swap();
src->src->swap();
 
LOG(INFO) << "SWAP FROM: " << src->frame;
src->src->getFrames(src->rgb, src->depth);
src->src->getFrames(src->rgb, src->depth);
//if (!src->rgb.empty() && src->prev_depth.empty()) {
//if (!src->rgb.empty() && src->prev_depth.empty()) {
Loading