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

Merge branch '382-check-sensor-getintrinsic-time-for-time-kf_time' into 'devel'

Resolve "Check sensor->getIntrinsic(time) for time = KF_time"

Closes #382

See merge request !402
parents edc94bf4 0be31e75
No related branches found
No related tags found
1 merge request!402Resolve "Check sensor->getIntrinsic(time) for time = KF_time"
Pipeline #6125 passed
......@@ -418,6 +418,8 @@ void ProcessorMotion::processCapture(CaptureBasePtr _incoming_ptr)
*
*/
// Set the capture's calibration with best results available (in case origin_ptr_ received a solve())
setCalibration(last_ptr_, getCalibration(origin_ptr_));
// Set the frame of last_ptr as key
auto key_frame = last_ptr_->getFrame();
......
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