Skip to content
Snippets Groups Projects
Commit fc359c2e authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Add forgotten call to processKnown()

parent f1724ced
No related branches found
No related tags found
1 merge request!157Kfpackmanager
Pipeline #
...@@ -114,6 +114,8 @@ void ProcessorTracker::process(CaptureBasePtr const _incoming_ptr) ...@@ -114,6 +114,8 @@ void ProcessorTracker::process(CaptureBasePtr const _incoming_ptr)
WOLF_DEBUG( "PT: KF" , pack->key_frame->id() , " callback received at ts= " , pack->key_frame->getTimeStamp().get() ); WOLF_DEBUG( "PT: KF" , pack->key_frame->id() , " callback received at ts= " , pack->key_frame->getTimeStamp().get() );
processKnown();
// Capture last_ is added to the new keyframe // Capture last_ is added to the new keyframe
FrameBasePtr last_old_frame = last_ptr_->getFramePtr(); FrameBasePtr last_old_frame = last_ptr_->getFramePtr();
last_old_frame->unlinkCapture(last_ptr_); last_old_frame->unlinkCapture(last_ptr_);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment