7 #ifndef __LIBCAMERA_IPA_MODULE_INFO_H__
8 #define __LIBCAMERA_IPA_MODULE_INFO_H__
12 #define IPA_MODULE_API_VERSION 1
21 } __attribute__((packed));
const struct IPAModuleInfo ipaModuleInfo
Information of an IPA module.
Information of an IPA module.
Definition: ipa_module_info.h:16
char pipelineName[256]
The name of the pipeline handler that the IPA module is for.
Definition: ipa_module_info.h:19
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:20
int moduleAPIVersion
The IPA module API version that the IPA module implements.
Definition: ipa_module_info.h:17