12#define IPA_MODULE_API_VERSION 1
20} __attribute__((packed));
Top-level libcamera namespace.
Definition backtrace.h:17
const struct IPAModuleInfo ipaModuleInfo
External IPA module interface.
Definition ipu3.cpp:576
Information of an IPA module.
Definition ipa_module_info.h:16
uint32_t pipelineVersion
The pipeline handler version that the IPA module is for.
Definition ipa_module_info.h:18
char name[256]
The name of the IPA module.
Definition ipa_module_info.h:19
int moduleAPIVersion
The IPA module API version that the IPA module implements.
Definition ipa_module_info.h:17