diff options
author | Pawit Pornkitprasan <p.pawit@gmail.com> | 2011-08-08 14:33:55 +0700 |
---|---|---|
committer | Pawit Pornkitprasan <p.pawit@gmail.com> | 2011-08-09 21:35:52 +0700 |
commit | bb5c28f6349e0b1f53fc27a6c3b66e57d5767edd (patch) | |
tree | 61ba5d8ff6c87cc07040041b8b979dcb5913c170 /overlay | |
parent | ddb26f5e9a690f57e08b59c6176393472fa0e989 (diff) | |
download | device_samsung_aries-common-bb5c28f6349e0b1f53fc27a6c3b66e57d5767edd.zip device_samsung_aries-common-bb5c28f6349e0b1f53fc27a6c3b66e57d5767edd.tar.gz device_samsung_aries-common-bb5c28f6349e0b1f53fc27a6c3b66e57d5767edd.tar.bz2 |
Replaced libcamera.so with a wrapper
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
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/packages/apps/Camera/res/values/config.xml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/overlay/packages/apps/Camera/res/values/config.xml b/overlay/packages/apps/Camera/res/values/config.xml deleted file mode 100644 index e3c4675..0000000 --- a/overlay/packages/apps/Camera/res/values/config.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** Copyright 2011, The CyanogenMod Project -** -** Licensed under the Apache License, Version 2.0 (the "License"); -** you may not use this file except in compliance with the License. -** You may obtain a copy of the License at -** -** http://www.apache.org/licenses/LICENSE-2.0 -** -** Unless required by applicable law or agreed to in writing, software -** distributed under the License is distributed on an "AS IS" BASIS, -** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -** See the License for the specific language governing permissions and -** limitations under the License. -*/ ---> - -<resources> - <!-- Samsung Continuous Autofocus --> - <bool name="needsSamsungContinuousAf">true</bool> - - <!-- Samsung Special Settings --> - <bool name="needsSamsungSpecialSettings">true</bool> -</resources> |