| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|
|
|
|
|
|
|
|
| |
- Do not send command to camera unless preview is started
(fix 4.3 AOSP camera crash)
- Send touch AF command regardless of previous state
(required to actually trigger touch AF at the new area)
Change-Id: I51a8f80ce1ec38f1052e4660f708be8649478a88
|
|
|
|
| |
Change-Id: I1d9db7bbce75f6ecec96a73d81e223b260c68ae8
|
|
|
|
| |
Change-Id: I96c39dc243c3cf2379ee6a41eda74cde75ba3bf9
|
|
|
|
|
|
|
|
|
|
| |
Patch-set2: make code not suck as much
Patch-set3: add BOARD_CAMERA_HAVE_ISO
Patch-set4: actually include BoardConfig change
Change-Id: Id452c079c7dbb7ece4a68f27aa82c14463b5db2e
|
|\ |
|
| |
| |
| |
| |
| |
| | |
77f18056d9766012d3be1c7863063f49a4569f85
Change-Id: I9a4c29a40daf919472d7e0942078cf68cddd383b
|
|/
|
|
| |
Change-Id: I337ba107f248992d7e08be9f45efeb78529f8ba8
|
|
|
|
| |
Change-Id: I5100854c2b3f0a73f81e17657e1f01bc39a9fee2
|
|
|
|
| |
Change-Id: I011a14c4f74cbc3851845fec31e0e97ad8cbc2ac
|
|
|
|
| |
Change-Id: I1bc8d2bea60d9daae9e5236ccfc154dacc9c6feb
|
|
|
|
| |
Change-Id: If953205fb355c163b8a650603f2e7ee75a991b74
|
|
|
|
| |
Change-Id: I19a95c3c8613a81d02f1146941fcb2f9ecc4efae
|
|
|
|
|
|
| |
This is done through Samsung-specific "facedetect" focus-mode
Change-Id: I6b1119539dff5a1a64ce5d440f57650543fa52db
|
|
|
|
| |
Similar to patch 40e99e22e1a45d36b7fac9c4452aa1d74550b424 in gingerbread
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Required for linux 3.0
|
| |
|
| |
|
|
|
|
| |
Thanks to havlenpetr for the initial research work
|
| |
|
|
|
|
| |
This reverts commit 3b869ce2ba1cc91c0acdcc8355a8499fc443e8a3.
|
| |
|
| |
|
| |
|
|
|
|
| |
Change-Id: Iea55d594ffc24d554371006682cc954dc91d185d
|
|
|
|
|
|
|
| |
libsamsungcamera.so requires that the focus mode be changed after
turning off continuous autofocus for autofocus to work.
Change-Id: I27f8a976af4fabf78c803c53b6d4f713d77d9859
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|