[libcamera-devel] [RFC PATCH v2 1/4] ipa: ipu3: Variables to hold the maximum VCM steps
Kate Hsuan
hpa at redhat.com
Thu Apr 21 09:28:45 CEST 2022
They are used to place the maximum VCM steps.
Signed-off-by: Kate Hsuan<hpa at redhat.com>
---
include/libcamera/ipa/core.mojom | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/include/libcamera/ipa/core.mojom b/include/libcamera/ipa/core.mojom
index 74f3339e..2e99e999 100644
--- a/include/libcamera/ipa/core.mojom
+++ b/include/libcamera/ipa/core.mojom
@@ -207,6 +207,11 @@ module libcamera;
frameDuration(s) = maxFrameLength(lines) * lineLength(pixels) / pixelRate(pixels per second)
\endverbatim
*/
+
+/**
+ * \var IPACameraSensorInfo::maxVcmSteps
+ * \brief The maximum VCM steps
+ */
struct IPACameraSensorInfo {
string model;
@@ -221,6 +226,8 @@ struct IPACameraSensorInfo {
uint32 minFrameLength;
uint32 maxFrameLength;
+
+ uint32 maxVcmSteps;
};
/**
--
2.35.1
More information about the libcamera-devel
mailing list