diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2024-01-29 15:44:15 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2024-09-30 11:15:29 +0300 |
commit | 30e8460079eb46cde048dde6ec79d3b1be7204b6 (patch) | |
tree | 5053e12aef8894e78f802fd4c941caebfd4f2aa0 | |
parent | 4a23e2755c589fa0fbb952bf4fc654fd2c0ab933 (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.cpp | 2 |
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 |