summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ipu3.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipu3.cpp b/ipu3.cpp
index 96744c8..955fa62 100644
--- a/ipu3.cpp
+++ b/ipu3.cpp
@@ -20,6 +20,8 @@
#include <libcamera/base/log.h>
+#include <libcamera/logging.h>
+
#include "libcamera-helpers/mapped_buffer.h"
/* IA AIQ Wrapper API */
@@ -89,6 +91,8 @@ int IPAIPU3::init(const IPASettings &settings)
{
int ret;
+ logSetFile("/tmp/ipu3ipa.log");
+
/*
* Temporary mapping of the sensor name to the AIQB data file.
*