diff options
author | Jacopo Mondi <jacopo@jmondi.org> | 2020-12-30 18:02:48 +0100 |
---|---|---|
committer | Jacopo Mondi <jacopo@jmondi.org> | 2021-01-18 10:39:13 +0100 |
commit | 1b4997ef08a04bcad205d6708cdb25a88740301c (patch) | |
tree | e141dd4fbf6b8770237f7ba6d51521e945a78e8b /Documentation/index.rst | |
parent | 7415c139cd1cab73fdd91785a7816eab51e7a567 (diff) |
libcamera: Document sensor driver requirements
Document the feature an image sensor driver has to provide to be
fully libcamera-compliant.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'Documentation/index.rst')
-rw-r--r-- | Documentation/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst index c49db18d..285ca7c3 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -18,3 +18,4 @@ Pipeline Handler Writer's Guide <guides/pipeline-handler> Tracing guide <guides/tracing> Environment variables <environment_variables> + Sensor driver requirements <sensor_driver_requirements> |