From fd2b55cb3f2b50e273e01f422c251c18ffa441ef Mon Sep 17 00:00:00 2001 From: David Plowman Date: Wed, 1 Jul 2020 13:50:21 +0100 Subject: ipa: raspberrypi: Enable focus measure without recompile Previously, output of the focus measure could not be enabled without recompiling (because of the RPI_LOGGING_ENABLE macro). This uses the libcamera logging mechanism instead, so can be enabled/disabled at runtime. Signed-off-by: David Plowman Reviewed-by: Jacopo Mondi Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- src/ipa/raspberrypi/data/imx477.json | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ipa/raspberrypi/data') diff --git a/src/ipa/raspberrypi/data/imx477.json b/src/ipa/raspberrypi/data/imx477.json index 389e8ce8..73ad1ae9 100644 --- a/src/ipa/raspberrypi/data/imx477.json +++ b/src/ipa/raspberrypi/data/imx477.json @@ -415,6 +415,5 @@ }, "rpi.focus": { - "print": 1 } } -- cgit v1.2.1