33 const std::string &fallbackName = std::string())
const;
36 std::string
resolvePath(
const std::string &file)
const;
C++ Interface for IPA implementation.
Definition ipa_interface.h:18
Wrapper around IPA module shared object.
Definition ipa_module.h:24
IPA Proxy.
Definition ipa_proxy.h:19
IPAProxy(IPAModule *ipam)
Construct an IPAProxy instance.
Definition ipa_proxy.cpp:52
bool isValid() const
Check if the IPAProxy instance is valid.
Definition ipa_proxy.h:30
std::string configurationFile(const std::string &name, const std::string &fallbackName=std::string()) const
Retrieve the absolute path to an IPA configuration file.
Definition ipa_proxy.cpp:98
std::string resolvePath(const std::string &file) const
Find a valid full path for a proxy worker for a given executable name.
Definition ipa_proxy.cpp:181
ProxyState state_
Current state of the IPAProxy.
Definition ipa_proxy.h:39
ProxyState
Identifies the available operational states of the proxy.
Definition ipa_proxy.h:21
@ ProxyRunning
The Proxy is active and asynchronous tasks may be queued.
Definition ipa_proxy.h:24
@ ProxyStopped
The proxy is not active and only synchronous operations are permitted.
Definition ipa_proxy.h:22
@ ProxyStopping
No new tasks can be submitted to the proxy, however existing events can be completed.
Definition ipa_proxy.h:23
bool valid_
Flag to indicate if the IPAProxy instance is valid.
Definition ipa_proxy.h:38
Image Processing Algorithm interface.
Top-level libcamera namespace.
Definition backtrace.h:17