diff options
author | Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> | 2016-08-18 17:33:37 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-10-21 20:53:19 +0300 |
commit | 5f3d32ec739fcfe83bb3e39a0ca44f3b097e5a94 (patch) | |
tree | 19c000c15e6e5abec9a9dbbf9cbf0c8da9633846 /Documentation/media/uapi/v4l/pixfmt-packed-hsv.rst | |
parent | 8a0d62af93026de424d75906e3651ba653197668 (diff) | |
download | linux-5f3d32ec739fcfe83bb3e39a0ca44f3b097e5a94.tar.xz |
[media] Documentation: Add HSV encodings
Describe the hsv_enc field and its use.
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/v4l/pixfmt-packed-hsv.rst')
-rw-r--r-- | Documentation/media/uapi/v4l/pixfmt-packed-hsv.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/media/uapi/v4l/pixfmt-packed-hsv.rst b/Documentation/media/uapi/v4l/pixfmt-packed-hsv.rst index 4a579727f61c..3fdb34ce2f09 100644 --- a/Documentation/media/uapi/v4l/pixfmt-packed-hsv.rst +++ b/Documentation/media/uapi/v4l/pixfmt-packed-hsv.rst @@ -9,7 +9,8 @@ Packed HSV formats Description =========== -The *hue* (h) is measured in degrees, one LSB represents two degrees. +The *hue* (h) is measured in degrees, the equivalence between degrees and LSBs +depends on the hsv-encoding used, see :ref:`colorspaces`. The *saturation* (s) and the *value* (v) are measured in percentage of the cylinder: 0 being the smallest value and 255 the maximum. |