summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2024-01-29 15:44:15 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2024-04-24 20:44:26 +0300
commit5ee6dd5f763746b5444b2a439779268dece8d91c (patch)
tree52f41af86af7bcdad215653aca845b215bb23061
parent006af923d35a0e9be97233464a14e9f29c9cfea4 (diff)
[HACK]: ipa: rpi: cam_helper_imx219: Enable embedded datarpi/streams/next
Enable embedded data usage with the IMX219 for testing purpose. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rw-r--r--src/ipa/rpi/cam_helper/cam_helper_imx219.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipa/rpi/cam_helper/cam_helper_imx219.cpp b/src/ipa/rpi/cam_helper/cam_helper_imx219.cpp
index c3337ed0..cd5050c3 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