Skip to content

Commit

Permalink
media: Documentation: media: *_DEFAULT targets for subdevs
Browse files Browse the repository at this point in the history
Some sensors have optical blanking areas, this is, pixels that are
painted and do not account for light, only noise.

These special pixels are very useful for calibrating the sensor, but
should not be displayed on a DEFAULT target.

Signed-off-by: Ricardo Ribalda Delgado <ribalda@kernel.org>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
  • Loading branch information
Ricardo Ribalda Delgado authored and Mauro Carvalho Chehab committed Nov 10, 2019
1 parent ae02d49 commit 4edead7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Documentation/media/uapi/v4l/v4l2-selection-targets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ of the two interfaces they are used.
* - ``V4L2_SEL_TGT_CROP_DEFAULT``
- 0x0001
- Suggested cropping rectangle that covers the "whole picture".
This includes only active pixels and excludes other non-active
pixels such as black pixels.
- Yes
- Yes
- No
* - ``V4L2_SEL_TGT_CROP_BOUNDS``
- 0x0002
- Bounds of the crop rectangle. All valid crop rectangles fit inside
Expand Down

0 comments on commit 4edead7

Please sign in to comment.