mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-23 08:35:07 +03:00
Documentation: Add figures to document Orientation
Add figures in Documentation/rotation/ to document the plane transformations defined by the Orientation enumeration. Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
cc65629b68
commit
891720ae8c
10 changed files with 1096 additions and 0 deletions
|
@ -37,6 +37,23 @@ namespace libcamera {
|
|||
* 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
|
||||
* \image html rotation/rotate0.svg
|
||||
* \var CameraConfiguration::Rotate0Mirror
|
||||
* \image html rotation/rotate0Mirror.svg
|
||||
* \var CameraConfiguration::Rotate180
|
||||
* \image html rotation/rotate180.svg
|
||||
* \var CameraConfiguration::Rotate180Mirror
|
||||
* \image html rotation/rotate180Mirror.svg
|
||||
* \var CameraConfiguration::Rotate90Mirror
|
||||
* \image html rotation/rotate90Mirror.svg
|
||||
* \var CameraConfiguration::Rotate270
|
||||
* \image html rotation/rotate270.svg
|
||||
* \var CameraConfiguration::Rotate270Mirror
|
||||
* \image html rotation/rotate270Mirror.svg
|
||||
* \var CameraConfiguration::Rotate90
|
||||
* \image html rotation/rotate90.svg
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue