[PATCH/RFC 32/32] [HACK]: ipa: rpi: cam_helper_imx219: Enable embedded data

Laurent Pinchart laurent.pinchart at ideasonboard.com
Fri Mar 1 22:21:21 CET 2024


Enable embedded data usage with the IMX219 for testing purpose.

Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
 src/ipa/rpi/cam_helper/cam_helper_imx219.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ipa/rpi/cam_helper/cam_helper_imx219.cpp b/src/ipa/rpi/cam_helper/cam_helper_imx219.cpp
index c3337ed08466..cd5050c33a0c 100644
--- a/src/ipa/rpi/cam_helper/cam_helper_imx219.cpp
+++ b/src/ipa/rpi/cam_helper/cam_helper_imx219.cpp
@@ -14,7 +14,7 @@
  * We have observed that the imx219 embedded data stream randomly returns junk
  * register values. Do not rely on embedded data until this has been resolved.
  */
-#define ENABLE_EMBEDDED_DATA 0
+#define ENABLE_EMBEDDED_DATA 1
 
 #include "cam_helper.h"
 #if ENABLE_EMBEDDED_DATA
-- 
Regards,

Laurent Pinchart



More information about the libcamera-devel mailing list