diff --git a/utils/tuning/libtuning/modules/lsc/rkisp1.py b/utils/tuning/libtuning/modules/lsc/rkisp1.py
index 5701ae0a..c3fdcc4f 100644
--- a/utils/tuning/libtuning/modules/lsc/rkisp1.py
+++ b/utils/tuning/libtuning/modules/lsc/rkisp1.py
@@ -41,6 +41,9 @@ class LSCRkISP1(LSC):
         cr, _ = self._lsc_single_channel(image.channels[lt.Color.R], image, gr)
         cb, _ = self._lsc_single_channel(image.channels[lt.Color.B], image, gb)
 
+        if self.debug:
+            self._plot_single_lsc(image, cr, cb, cgr, cgb)
+
         return image.color, cr.flatten(), cb.flatten(), cgr.flatten(), cgb.flatten()
 
     # @return List of dictionaries of color temperature, red table, red's green
