summaryrefslogtreecommitdiffstats
path: root/libcamera
Commit message (Collapse)AuthorAgeFilesLines
* aries-common: libcamera: Add support for face-detectionPawit Pornkitprasan2012-05-042-2/+21
| | | | | | This is done through Samsung-specific "facedetect" focus-mode Change-Id: I6b1119539dff5a1a64ce5d440f57650543fa52db
* libcamera: Fix taking photo after videoPawit Pornkitprasan2012-04-041-0/+8
| | | | Similar to patch 40e99e22e1a45d36b7fac9c4452aa1d74550b424 in gingerbread
* aries-common: libcamera: Send GPS info to CE147Pawit Pornkitprasan2012-02-051-1/+56
|
* aries-common: Call setBatchReflection after setting video recording parametersPawit Pornkitprasan2012-01-141-0/+2
| | | | | | | ce147 requires setBatchReflection driver to be called after setting the parameters. This is usually done when set in setParameters, but in this case it is called manually from SecCamera.cpp, so it must also be called manually.
* Improve 720p video recordingPawit Pornkitprasan2012-01-011-1/+1
|
* aries-common: libcamera: Set slow ae and video gamma properlyPawit Pornkitprasan2012-01-011-6/+7
|
* aries-common: More parameters for video recordingPawit Pornkitprasan2012-01-011-0/+4
|
* aries-common: Implement camera zoom (original implementation by havlenapetr)Pawit Pornkitprasan2012-01-011-0/+20
|
* Remove touch to focus loggingPawit Pornkitprasan2011-12-311-2/+2
|
* aries-common: Implement touch to focus (original implementation by havlenapetr)Pawit Pornkitprasan2011-12-315-4/+152
|
* libcamera: Implement user-space AF polling for CE147Pawit Pornkitprasan2011-12-232-3/+26
| | | | Required for linux 3.0
* libcamera: fascinate has LED flashjt11342011-12-191-0/+4
|
* libcamera: Parameters for video recording: continuous af, slow ae, gammaPawit Pornkitprasan2011-12-181-4/+24
|
* libcamera: Fix video recordingPawit Pornkitprasan2011-12-182-5/+6
| | | | Thanks to havlenpetr for the initial research work
* Fix FFCPawit Pornkitprasan2011-12-181-4/+15
|
* Revert "Camera: move AF polling code from driver into HAL"Pawit Pornkitprasan2011-12-182-39/+3
| | | | This reverts commit 3b869ce2ba1cc91c0acdcc8355a8499fc443e8a3.
* Adjust libcamera for CE147Pawit Pornkitprasan2011-12-184-3/+136
|
* Fix image capture logicPawit Pornkitprasan2011-12-171-221/+30
|
* Import libcamera from crespoPawit Pornkitprasan2011-12-176-0/+6779
|
* Initial crapatinm2011-11-183-520/+0
| | | | Change-Id: Iea55d594ffc24d554371006682cc954dc91d185d
* Fix taking a photo after taking a video.Pawit Pornkitprasan2011-09-232-3/+26
| | | | | | | libsamsungcamera.so requires that the focus mode be changed after turning off continuous autofocus for autofocus to work. Change-Id: I27f8a976af4fabf78c803c53b6d4f713d77d9859
* Replaced libcamera.so with a wrapperPawit Pornkitprasan2011-08-098-6263/+485
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Features: - Continuous AF - ISO - Metering - Scene-modes - Focus-modes - Touch to focus (dependent on Iafc575a5) - Additional FFC Preview sizes (was hacked in on the old libcamera.so) - Disabled Samsung hacks in Camera.apk because it's no longer needed Note: - I believe that the same libcamera.so (now renamed libsamsungcamera.so) can be used for all variants now that the wrapper returns the correct number of comera (correct me if I'm wrong) - The vendor_samsung will need to be updated with libcamera.so removed for all models and http://www.mediafire.com/?3h7p4m0932l1dbv added as a proprietary file (renamed as libsamsungcamera.so). except for fascinatemtd, mesmerizemtd and showcasemtd and they require their libcamera.so with flash support. (Just rename the old one to libsamsungcamera.so) - This new libcamera.so requires a new prebuilt kernel (with pull request #41, which is already merged) for FFC to work. (only on models with FFC) Change-Id: I1f179068bf9d5295a48d118be191cf65c834fe7b
* moved to device/samsung/aries-commonatinm2011-05-176-0/+6275