[libcamera-devel] [PATCH 10/23] libcamera: IPAProxy: Remove stop() override
Niklas Söderlund
niklas.soderlund at ragnatech.se
Sat Sep 19 13:39:14 CEST 2020
Hi Paul,
Thanks for your patch.
On 2020-09-15 23:20:25 +0900, Paul Elder wrote:
> Since stop() is part of the IPA interface, and the IPA interface is now
> generated based on the data definition file per pipeline, this no longer
> needs to be overrided by the base IPAProxy. Remove it.
>
> Signed-off-by: Paul Elder <paul.elder at ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>
> ---
> include/libcamera/internal/ipa_proxy.h | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/include/libcamera/internal/ipa_proxy.h b/include/libcamera/internal/ipa_proxy.h
> index b429ce5a..aec8f04f 100644
> --- a/include/libcamera/internal/ipa_proxy.h
> +++ b/include/libcamera/internal/ipa_proxy.h
> @@ -27,8 +27,6 @@ public:
>
> std::string configurationFile(const std::string &file) const;
>
> - void stop() override = 0;
> -
> protected:
> std::string resolvePath(const std::string &file) const;
>
> --
> 2.27.0
>
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel at lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel
--
Regards,
Niklas Söderlund
More information about the libcamera-devel
mailing list