Skip to content
Snippets Groups Projects

Resolve "Bug in ProcessorMotion / TimeStamp"

Merged Joan Vallvé Navarro requested to merge 411-bug-in-processormotion-timestamp into devel
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -165,6 +165,7 @@ FrameBasePtr FrameBase::getNextFrame() const
CaptureBasePtr FrameBase::addCapture(CaptureBasePtr _capt_ptr)
{
WOLF_WARN_COND(getCaptureOf(_capt_ptr->getSensor()) != nullptr, "FrameBase::addCapture adding new capture ", _capt_ptr->id(), " in a frame with another capture of the same sensor: ", getCaptureOf(_capt_ptr->getSensor())->id());
capture_list_.push_back(_capt_ptr);
return _capt_ptr;
}
Loading