diff options
author | Jeong-Seok Yang <jseok.yang@samsung.com> | 2010-10-25 03:53:52 -0700 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2010-10-28 21:47:48 +0900 |
commit | 0f5a5274024492536dab8dafa85ed1334aeff304 (patch) | |
tree | 7b3dbbe630625555b8d9e6447e5997e68df5da2f /include | |
parent | 19e06af6ed882c956061936169f5ac6cc75b4231 (diff) | |
download | device_samsung_crespo-0f5a5274024492536dab8dafa85ed1334aeff304.zip device_samsung_crespo-0f5a5274024492536dab8dafa85ed1334aeff304.tar.gz device_samsung_crespo-0f5a5274024492536dab8dafa85ed1334aeff304.tar.bz2 |
libcamera: Fix EXIF informations
Binary version, ISO, focal-length, and flash informations
in EXIF are fixed correctly.
Change-Id: I2dbfd217ae1e1bb875848ba89c4633a93d337779
Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
pid:3604
Diffstat (limited to 'include')
-rw-r--r-- | include/videodev2_samsung.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/videodev2_samsung.h b/include/videodev2_samsung.h index 074aab5..56d1a4d 100644 --- a/include/videodev2_samsung.h +++ b/include/videodev2_samsung.h @@ -475,6 +475,7 @@ enum v4l2_slow_ae_mode { #define V4L2_CID_CAMERA_GET_SHT_TIME (V4L2_CID_PRIVATE_BASE + 115) #define V4L2_CID_CAMERA_SENSOR_MODE (V4L2_CID_PRIVATE_BASE + 116) #define V4L2_CID_ESD_INT (V4L2_CID_PRIVATE_BASE + 117) +#define V4L2_CID_CAMERA_GET_FLASH_ONOFF (V4L2_CID_PRIVATE_BASE + 118) /* Pixel format FOURCC depth Description */ /* 12 Y/CbCr 4:2:0 64x32 macroblocks */ |