Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

media: Documentation: Reword split of sensor driver to two classes

The sensor drivers do not configure the output size of the sensors but the
entire internal pipeline. Reflect this in the documentation.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>

authored by

Sakari Ailus and committed by
Hans Verkuil
a7067c73 c95c1ea8

+6 -4
+6 -4
Documentation/userspace-api/media/drivers/camera-sensor.rst
··· 10 10 11 11 You may also find :ref:`media_writing_camera_sensor_drivers` useful. 12 12 13 - Frame size 14 - ---------- 13 + Sensor internal pipeline configuration 14 + -------------------------------------- 15 15 16 - There are two distinct ways to configure the frame size produced by camera 17 - sensors. 16 + Camera sensors have an internal processing pipeline including cropping and 17 + binning functionality. The sensor drivers belong to two distinct classes, freely 18 + configurable and register list-based drivers, depending on how the driver 19 + configures this functionality. 18 20 19 21 Freely configurable camera sensor drivers 20 22 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~