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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user