summaryrefslogtreecommitdiff
path: root/src/ipa
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-06-25 14:38:49 +0300
commitd261406b9356f765013e5f83dad4937b746cc43d (patch)
tree3b155644d7f1eca33fb98ad4fe05818babc17017 /src/ipa
parentf4e1162ff842198bbb82fd014c3d23c9faf55455 (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>
Diffstat (limited to 'src/ipa')
-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 91461f7a..c6b56442 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