mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-24 09:05:06 +03:00
libcamera: ipa_interface: add header
Define an IPAInterface class which will contain an IPA implementation. The methods that the IPAInterface exposes form the interface to the IPA implementation, hence the name. IPA module shared objects will implement this class. This also means that IPA module shared objects must be implemented in C++, so remove the C test IPA module. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
629e9301c5
commit
46ae1775b0
7 changed files with 51 additions and 9 deletions
|
@ -5,6 +5,7 @@ libcamera_api = files([
|
|||
'event_dispatcher.h',
|
||||
'event_notifier.h',
|
||||
'geometry.h',
|
||||
'ipa/ipa_interface.h',
|
||||
'ipa/ipa_module_info.h',
|
||||
'object.h',
|
||||
'request.h',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue