diff options
-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 |