[PATCH/RFC,32/32,HACK] : ipa: rpi: cam_helper_imx219: Enable embedded data
diff mbox series

Message ID 20240301212121.9072-33-laurent.pinchart@ideasonboard.com
State RFC
Headers show
Series
  • libcamera: Support the upstream Unicam driver
Related show

Commit Message

Laurent Pinchart March 1, 2024, 9:21 p.m. UTC
Enable embedded data usage with the IMX219 for testing purpose.

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

Patch
diff mbox series

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