libcamera: ipa_module: add path getter

Add a method to IPAModule to get the path of the IPA module shared
object that the IPAModule was constructed from.

Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Paul Elder
2019-07-02 23:18:03 +09:00
parent 0c2f97a0ab
commit 83e3300a2d
2 changed files with 14 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ public:
bool isValid() const;
const struct IPAModuleInfo &info() const;
const std::string &path() const;
bool load();