diff --git a/src/ipa/ipu3/algorithms/af.cpp b/src/ipa/ipu3/algorithms/af.cpp
index addf98af..f700b01f 100644
--- a/src/ipa/ipu3/algorithms/af.cpp
+++ b/src/ipa/ipu3/algorithms/af.cpp
@@ -181,6 +181,9 @@ int Af::configure(IPAContext &context, const IPAConfigInfo &configInfo)
 	/* Initial max focus step */
 	maxStep_ = kMaxFocusSteps;
 
+	/* Initial frame ignore counter */
+	afIgnoreFrameReset();
+
 	/* Initial focus value */
 	context.frameContext.af.focus = 0;
 	/* Maximum variance of the AF statistics */
