libcamera: ipa_manager: Allow forcing IPA module isolation
For test purpose it's useful to run open-source IPA modules in isolation. This can already be done by deleting the corresponding signature file, but that method can be inconvenient. Add a way to force IPA module isolation through a new LIBCAMERA_IPA_FORCE_ISOLATION environment variable. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
This commit is contained in:
@@ -24,6 +24,11 @@ LIBCAMERA_IPA_CONFIG_PATH
|
||||
|
||||
Example value: ``${HOME}/.libcamera/share/ipa:/opt/libcamera/vendor/share/ipa``
|
||||
|
||||
LIBCAMERA_IPA_FORCE_ISOLATION
|
||||
When set to a non-empty string, force process isolation of all IPA modules.
|
||||
|
||||
Example value: ``1``
|
||||
|
||||
LIBCAMERA_IPA_MODULE_PATH
|
||||
Define custom search locations for IPA modules (`more <IPA module_>`__).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user