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>
This commit is contained in:
Jacopo Mondi 2020-12-30 18:02:48 +01:00
parent 7415c139cd
commit 1b4997ef08
3 changed files with 66 additions and 0 deletions

View file

@ -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>