diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libcamera/ipa_interface.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libcamera/ipa_interface.cpp b/src/libcamera/ipa_interface.cpp index 69835e63..ebe47e12 100644 --- a/src/libcamera/ipa_interface.cpp +++ b/src/libcamera/ipa_interface.cpp @@ -340,6 +340,11 @@ * \var ipa_context_ops::configure * \brief Configure the IPA stream and sensor settings * \param[in] ctx The IPA context + * \param[in] sensor_info Camera sensor information + * \param[in] streams Configuration of all active streams + * \param[in] num_streams The number of entries in the \a streams array + * \param[in] maps Controls provided by the pipeline entities + * \param[in] num_maps The number of entries in the \a maps array * * \sa libcamera::IPAInterface::configure() */ |