Documentation: sensor-driver: Correct camera rotation
The description of the V4L2_CID_CAMERA_SENSOR_ROTATION control usage wrongly mentioned the camera "orientation" while it actually reports the camera rotation. Fix it by using the right term. Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reported-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
parent
fc28358881
commit
dce1568a8a
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ The sensor driver should support the following V4L2 controls:
|
||||||
.. _V4L2_CID_CAMERA_ORIENTATION: https://www.kernel.org/doc/html/latest/userspace-api/media/v4l/ext-ctrls-camera.html
|
.. _V4L2_CID_CAMERA_ORIENTATION: https://www.kernel.org/doc/html/latest/userspace-api/media/v4l/ext-ctrls-camera.html
|
||||||
.. _V4L2_CID_CAMERA_SENSOR_ROTATION: https://www.kernel.org/doc/html/latest/userspace-api/media/v4l/ext-ctrls-image-process.html
|
.. _V4L2_CID_CAMERA_SENSOR_ROTATION: https://www.kernel.org/doc/html/latest/userspace-api/media/v4l/ext-ctrls-image-process.html
|
||||||
|
|
||||||
The controls are used to register the camera location and orientation.
|
The controls are used to register the camera location and rotation.
|
||||||
|
|
||||||
The sensor driver should implement support for the V4L2 Selection API,
|
The sensor driver should implement support for the V4L2 Selection API,
|
||||||
specifically it should implement support for the
|
specifically it should implement support for the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue