diff --git a/src/processor/processor_point_feet_nomove.cpp b/src/processor/processor_point_feet_nomove.cpp
index e0cc3e8238b1ab1652e4c5a68ab98a0baa9fb114..0ea19580884be124d1c278463a70c908eb72e40b 100644
--- a/src/processor/processor_point_feet_nomove.cpp
+++ b/src/processor/processor_point_feet_nomove.cpp
@@ -107,7 +107,7 @@ void ProcessorPointFeetNomove::processKeyFrameCreateFactorFar()
     {
         TimeStamp ts     = kf_it.first;
         auto      kf     = kf_it.second;
-        auto      cap_it = buffer_capture_.selectIterator(ts, params_->time_tolerance);
+        auto      cap_it = buffer_capture_.selectIterator(ts, getTimeTolerance());
 
         // We have a match between the KF and a capture from the capture buffer
         if (cap_it != buffer_capture_.getContainer().end())