diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2012-05-01 16:38:09 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-14 13:09:19 -0400 |
commit | 82b3056c5a77b687097bd7f36a598a0b37af24a2 (patch) | |
tree | 4d2804fba3f27be10ba9d4d7231fcf13ed68336a /include/linux/videodev2.h | |
parent | 44d44a1acde974dbc91c19815a41d3a895a44daf (diff) |
[media] V4L: Add camera image stabilization control
Add V4L2_CID_IMAGE_STABILIZATION control for the camera image
stabilization feature. This control can be used to enable/disable
image stabilization. It might get converted to a menu control
in future if more options are needed.
Signed-off-by: HeungJun Kim <riverful.kim@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux/videodev2.h')
-rw-r--r-- | include/linux/videodev2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index d93e42bc0348..e94601a7ae5f 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
@@ -1724,6 +1724,7 @@ enum v4l2_auto_n_preset_white_balance { | |||
1724 | }; | 1724 | }; |
1725 | 1725 | ||
1726 | #define V4L2_CID_WIDE_DYNAMIC_RANGE (V4L2_CID_CAMERA_CLASS_BASE+21) | 1726 | #define V4L2_CID_WIDE_DYNAMIC_RANGE (V4L2_CID_CAMERA_CLASS_BASE+21) |
1727 | #define V4L2_CID_IMAGE_STABILIZATION (V4L2_CID_CAMERA_CLASS_BASE+22) | ||
1727 | 1728 | ||
1728 | /* FM Modulator class control IDs */ | 1729 | /* FM Modulator class control IDs */ |
1729 | #define V4L2_CID_FM_TX_CLASS_BASE (V4L2_CTRL_CLASS_FM_TX | 0x900) | 1730 | #define V4L2_CID_FM_TX_CLASS_BASE (V4L2_CTRL_CLASS_FM_TX | 0x900) |