summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJacopo Mondi <jacopo@jmondi.org>2021-01-18 12:39:31 +0100
committerJacopo Mondi <jacopo@jmondi.org>2021-01-20 10:41:59 +0100
commitfc2835888172d090e48900262b1e4c50d1074061 (patch)
treefdc248fa128ff35996809c6c04eb93a986950031 /Documentation
parentcda41ff754816cfcbe087e0f6f985f7b69c3fa0f (diff)
Documentation: sensor-drivers: Reorder introduction
Reorder the introductory section of the sensor driver requirements document to match the expected English language syntax. Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Suggested-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/sensor_driver_requirements.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/sensor_driver_requirements.rst b/Documentation/sensor_driver_requirements.rst
index 0e658aaa..8cd24c15 100644
--- a/Documentation/sensor_driver_requirements.rst
+++ b/Documentation/sensor_driver_requirements.rst
@@ -6,15 +6,15 @@ Sensor Driver Requirements
==========================
libcamera handles imaging devices in the CameraSensor class and defines
-through its API a consistent interface towards other library components.
+a consistent interface through its API towards other library components.
The CameraSensor class uses the V4L2 subdev kernel API to interface with the
camera sensor through one or multiple sub-devices exposed in userspace by
the sensor driver.
-In order for libcamera to be fully operational and provide to applications and
-pipeline handlers all the required information to interface with the camera
-sensor, a set of mandatory and optional features the driver has to support
+In order for libcamera to be fully operational and provide all the required
+information to interface with the camera sensor to applications and pipeline
+handlers, a set of mandatory and optional features the driver has to support
has been defined.
Mandatory Requirements