summaryrefslogtreecommitdiffstats
path: root/libcamera
Commit message (Collapse)AuthorAgeFilesLines
* libcamera: Add a NOTICE fileJeong-Seok Yang2010-10-141-0/+190
| | | | | Change-Id: I95ac2f0f94760ffe51a74a58361ce999c6766bfe Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
* libcamera: missing cleanup code on desructorJeong-Seok Yang2010-10-141-0/+2
| | | | | Change-Id: Id522b0b386023223bdf19f65431e658417ec0508 Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
* S5PC11X: CAMERA: Fix libcamera issuesMike J. Chen2010-10-134-474/+303
| | | | | | | | | | | | | | | | | | | | | | | | Remove unofficial parameters so 3rd party apps don't start using them and become incompatible with the offical Google API. Put placeholders for new API KEY_SUPPORTED_PREVIEW_FPS_RANGE and KEY_FOCUS_DISTANCES. Will update when we get info from HW team. Simplify scene settings. Fix a bunch of log messages and reduce unneeded chatter. Fix callback result sent for CAMREA_MSG_FOCUS to be boolean since that's what it's supposed to be. Remove unneeded sleep in cancelAutoFocus. Add FOCUS_MODE_INFINITY support (driver needs to go in first). Change-Id: I10cb8e0f279d3229008fa04771c94bbf9e86d5d8 Signed-off-by: Mike J. Chen <mjchen@sta.samsung.com> id:3180
* libcamera: change orientation of front cameraSimon Wilson2010-10-102-2/+3
| | | | | | | Also add EXIF data for front camera JPEGs, which is required for snapshots to have the correct orientation. Change-Id: I9298df87c0816950779d9a2a9d821dac198c5fd7
* S5PC11X: CAMERA: Add support for 5MP SLSI cameraJeong-Seok Yang2010-10-084-808/+461
| | | | | | | | | | Cleaned up parameters so that we advertise the right features for the front and back cameras. Also remove a lot of unsupported features. Change-Id: I3b2fd77153c7855cccf27733ee87c1379d357be8 Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com> Signed-off-by: Mike J. Chen <mjchen@sta.samsung.com>
* libcamera: defensive code for protecting ESDJeong-Seok Yang2010-10-042-0/+41
| | | | | Change-Id: I3333df8437bb54897df8594229ffcc1b23221f7f Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
* libcamera: minor bug fix & change some parametersJeong-Seok Yang2010-10-042-14/+17
| | | | | | | | | | 1. Fixed : Camera fail when setting exposure with negative value 2. Change: Added "1280x960" and removed "800x480" in supported resolutions 3. Change: Exposure time is adjusted in EXIF informations. 4. Change: Change flash mode parameter to "on,off,auto" Change-Id: I8cdd2f200780a57e7a324d7f83afc1315b558ce1 Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
* S5PC11X: OVERLAY: Update libcamerahoony.yu2010-09-272-12/+8
| | | | | | | | | - add #if defined(BOARD_USES_OVERLAY) on postview - remove global variable : buf_idx - remove LOGE : ALL_BUFFERS_FLUSHED case is not error. Change-Id: I1249b8c4ae25e4d4b6a493dcc54f451678dff964 Signed-off-by: hoony.yu <hoony.yu@samsung.com>
* libcamera: using libs3cjpegJeong-Seok Yang2010-09-245-91/+557
| | | | | Change-Id: I3df95e29de2ccd4cc4643205b6ce6eae6916d32b Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
* libcamera: choose correct preview size for front cameraSimon Wilson2010-09-232-26/+20
| | | | | | | Also clean up supported picture sizes, frame rates and remove use of hardcoded LCD dimensions. Change-Id: I30a1035864f3a878ae58f2d6d649a91b5dc44a75
* libcamera: Clean up codeJeong-Seok Yang2010-09-214-5516/+5109
| | | | | | | Removed inconsistent coding style. Aligned better. Change-Id: Ib6fa351cc39ede6881ed4937594689246b87bca8 Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
* libcamera: using framework's variable instead of strings hard codedJeong-Seok Yang2010-09-211-117/+181
| | | | | Change-Id: Id35655ae15e981065ffb8a9b14ed522559b53764 Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
* S5PC11X: OVERLAY: Patch for picture caturehoony.yu2010-09-201-9/+12
| | | | | | | 3008600 After picture capture the preview screen goes black on Crespo Change-Id: I86c1c4aa5c4e51b536186d4567e9ed2d571f280b Signed-off-by: hoony.yu <hoony.yu@samsung.com>
* libcamera: supporting for front-facing cameraMingyu Kim2010-09-204-65/+61
| | | | | Signed-off-by: Mingyu Kim <mingyu0.kim@samsung.com> Change-Id: I5b55678032bb633103ee596288cd7b7770596b87
* Fix build - make libcamera optionalJean-Baptiste Queru2010-09-151-0/+2
| | | | | | | Also include it in the product definition so that it still gets used when building crespo Change-Id: I0ae91726222b40a259339cba4364d03ca74d7cff
* libcamera: do not use libs3cjpegJeong-Seok Yang2010-09-154-289/+10
| | | | | | | | | | | | libs3cjpeg is library about JPEG encoding by H/W IP. But libs3cjpeg is Samsung confidential library. There is some license issues. In addition, Google doesn't want using H/W JPEG encoder. So It was modified for just working some function and building binary. It doesn't work to capture the picture cause problem of jpeg encoding. Change-Id: Ib5e1377d91a536002a2f94206bb3bdfdbc330688 Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
* S5PC11X: OVERLAY: Added overlay feature.hoony.yu2010-09-143-143/+277
| | | | | | | | | - add liboverlay source. - add overlay option in BoardConfig.mk - add overlay renderer on libcamera - change the mode of video0,2 Change-Id: Icd392a80c0baa7b6e608a9b0cf57abfd74ae9f01
* Move crepo-conditionals to the leaves.Jean-Baptiste Queru2010-09-031-1/+2
| | | | | | | | | | | | Two benefits: -this follows the convention that all Android.mk files are included, i.e. that reading an Android.mk file shows the entire picture. -this allows some of the leaves to become non-conditional, to increase the number of device-specific modules that are compiled in each build, which allows catching build breakages earlier. Change-Id: I060a4aecc4b5d53b9ca56f13b8599b8fa560f896
* S5PC11X: crespo: add alsa-lib, alsa-utils, libaudio, libcameraJeong-Seok Yang2010-08-255-0/+7490
Change-Id: I4a6ee248b407c67682eb8884d1176f4807288c7c