[libcamera-devel,v6,15/12] fixup! libcamera: camera: Introduce Orientation
diff mbox series

Message ID 20231022224159.30298-3-laurent.pinchart@ideasonboard.com
State New
Headers show
Series
  • libcamera: Replace CameraConfiguration::transform
Related show

Commit Message

Laurent Pinchart Oct. 22, 2023, 10:41 p.m. UTC
- Minor documentation improvement

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

Patch
diff mbox series

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