mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-19 18:35:07 +03:00
Documentation: guides: introduction: Fix spelling errors
Fixes two spelling mistakes in introduction.rst This patch has no functional changes. Signed-off-by: Kunal Agarwal <kunalagarwal1072002@gmail.com> Reviewed-by: Vedant Paranjape <vedantparanjape160201@gmail.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
This commit is contained in:
parent
28a44e80f0
commit
a2aa1b4c4e
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ collectively as V4L2 (`Video for Linux 2`_) and the `Media Controller`_ API
|
||||||
which provide an interface to interact and control media devices.
|
which provide an interface to interact and control media devices.
|
||||||
|
|
||||||
Included in this subsystem are drivers for camera sensors, CSI2 (Camera
|
Included in this subsystem are drivers for camera sensors, CSI2 (Camera
|
||||||
Serial Interface) recievers, and ISPs (Image Signal Processors)
|
Serial Interface) receivers, and ISPs (Image Signal Processors)
|
||||||
|
|
||||||
The usage of these drivers to provide a functioning camera stack is a
|
The usage of these drivers to provide a functioning camera stack is a
|
||||||
responsibility that lies in userspace which is commonly implemented separately
|
responsibility that lies in userspace which is commonly implemented separately
|
||||||
|
@ -18,7 +18,7 @@ by vendors without a common architecture or API for application developers.
|
||||||
libcamera provides a complete camera stack for Linux based systems to abstract
|
libcamera provides a complete camera stack for Linux based systems to abstract
|
||||||
functionality desired by camera application developers and process the
|
functionality desired by camera application developers and process the
|
||||||
configuration of hardware and image control algorithms required to obtain
|
configuration of hardware and image control algorithms required to obtain
|
||||||
desireable results from the camera.
|
desirable results from the camera.
|
||||||
|
|
||||||
.. _Video for Linux 2: https://www.linuxtv.org/downloads/v4l-dvb-apis-new/userspace-api/v4l/v4l2.html
|
.. _Video for Linux 2: https://www.linuxtv.org/downloads/v4l-dvb-apis-new/userspace-api/v4l/v4l2.html
|
||||||
.. _Media Controller: https://www.linuxtv.org/downloads/v4l-dvb-apis-new/userspace-api/mediactl/media-controller.html
|
.. _Media Controller: https://www.linuxtv.org/downloads/v4l-dvb-apis-new/userspace-api/mediactl/media-controller.html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue