diff options
Diffstat (limited to 'src/libcamera/include/ipa_context_wrapper.h')
-rw-r--r-- | src/libcamera/include/ipa_context_wrapper.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcamera/include/ipa_context_wrapper.h b/src/libcamera/include/ipa_context_wrapper.h index 64395b4a..0db022ef 100644 --- a/src/libcamera/include/ipa_context_wrapper.h +++ b/src/libcamera/include/ipa_context_wrapper.h @@ -22,7 +22,8 @@ public: int init(const IPASettings &settings) override; int start() override; void stop() override; - void configure(const std::map<unsigned int, IPAStream> &streamConfig, + void configure(const CameraSensorInfo &sensorInfo, + const std::map<unsigned int, IPAStream> &streamConfig, const std::map<unsigned int, const ControlInfoMap &> &entityControls) override; void mapBuffers(const std::vector<IPABuffer> &buffers) override; |