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

Merge branch 'devel' into capture-motion

parents 8ae195c9 333c2044
No related branches found
No related tags found
1 merge request!318CaptureMotion: replace origin_frame_ptr_ by capture_origin_ptr_.
Pipeline #4261 passed
This commit is part of merge request !318. Comments created here will be created in the context of that merge request.
......@@ -329,8 +329,6 @@ void ProcessorMotion::processCapture(CaptureBasePtr _incoming_ptr)
getProblem()->keyFrameCallback(key_frame, shared_from_this(), params_motion_->time_tolerance);
}
resetDerived();
// clear incoming just in case
incoming_ptr_ = nullptr; // This line is not really needed, but it makes things clearer.
......
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