[libcamera-devel] [PATCH v6 15/12] fixup! libcamera: camera: Introduce Orientation

Laurent Pinchart laurent.pinchart at ideasonboard.com
Mon Oct 23 00:41:53 CEST 2023


- Minor documentation improvement

Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
 src/libcamera/orientation.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/libcamera/orientation.cpp b/src/libcamera/orientation.cpp
index bd17dea948a9..965f5a8b916a 100644
--- a/src/libcamera/orientation.cpp
+++ b/src/libcamera/orientation.cpp
@@ -34,8 +34,8 @@ namespace libcamera {
  * Specification version 2.32, Tag 274 "Orientation", while the names of the
  * enumerated values report the rotation and mirroring operations performed.
  *
- * In example Orientation::Rotate90Mirror describes the image transformation
- * obtained by rotating 90 degrees clockwise first and then applying an
+ * For example, Orientation::Rotate90Mirror describes the orientation obtained
+ * by rotating the image 90 degrees clockwise first and then applying a
  * horizontal mirroring.
  *
  * \var CameraConfiguration::Rotate0
-- 
Regards,

Laurent Pinchart



More information about the libcamera-devel mailing list