summaryrefslogtreecommitdiffstats
path: root/libcamera/SecCameraHWInterface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* libcamera: Set preview framerate to 20fpsPaul Kocialkowski2012-11-081-2/+2
| | | | | Change-Id: I8a4dffc0a59cd354656473fc39927d9d61630669 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* libcamera: Use RGB565 preview formatPaul Kocialkowski2012-11-081-38/+9
| | | | | Change-Id: Ieafe36965c12e4407752270114662c75f8a81cca Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* aries-common: libcamera: Add support for face-detectionPawit Pornkitprasan2012-05-041-0/+21
| | | | | | This is done through Samsung-specific "facedetect" focus-mode Change-Id: I6b1119539dff5a1a64ce5d440f57650543fa52db
* 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-311-0/+33
|
* libcamera: Fix video recordingPawit Pornkitprasan2011-12-181-2/+2
| | | | Thanks to havlenpetr for the initial research work
* Adjust libcamera for CE147Pawit Pornkitprasan2011-12-181-2/+39
|
* Fix image capture logicPawit Pornkitprasan2011-12-171-221/+30
|
* Import libcamera from crespoPawit Pornkitprasan2011-12-171-0/+2717
|
* Replaced libcamera.so with a wrapperPawit Pornkitprasan2011-08-091-2142/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-171-0/+2142