|
libcamera
v0.0.0+100-debian/0_git20200629+e7aa92a-8-9-g77f5237c-dirty (2021-05-05T16:20:29+01:00)
Supporting cameras in Linux since 2019
|
Image Processing Algorithm module information. More...
#include <stdint.h>Go to the source code of this file.
Classes | |
| struct | libcamera::IPAModuleInfo |
| Information of an IPA module. More... | |
Namespaces | |
| libcamera | |
| Top-level libcamera namespace. | |
Macros | |
| #define | IPA_MODULE_API_VERSION 1 |
| The IPA module API version. More... | |
Variables | |
| const struct IPAModuleInfo | libcamera::ipaModuleInfo |
| Information of an IPA module. More... | |
Image Processing Algorithm module information.
| #define IPA_MODULE_API_VERSION 1 |
The IPA module API version.
This version number specifies the version for the layout of struct IPAModuleInfo. The IPA module shall use this macro to set its moduleAPIVersion field.
1.8.13