summaryrefslogtreecommitdiffstats
path: root/camera/inc/OMXCameraAdapter
Commit message (Collapse)AuthorAgeFilesLines
...
* CameraHAL: Adds support for 'autoFocus()' calls during CAFSundar Raman2011-08-261-0/+2
| | | | | | | | | | | | | | - Previously during CAF any calls for doing AF were immediately returning status. The patch will check if CAF has succeeded in locking and if this is not the case it will temporarily switch to 'auto' triggering a full AF sweep. CAF is again restored afterwards. - Additionally this patch adds support for canceling AF during 'PREVIEW_STATE' state, which is needed in order to release the 3A lock after AF Change-Id: Ie8c9b77fb134e63ed668a22453c1672b34488d94 Signed-off-by: Sundar Raman <sunds@ti.com>
* CameraHAL: OMX algo priority re-designSundar Raman2011-08-251-0/+3
| | | | | | | | | | | | | - Allows stacking of different algorithm priorities. - Resolves an issue with AF not functioning after one iteration. - Contains a couple of fixes related to WB and Exposure priority modes. Signed-off-by: Emilian Peev <epeev@mm-sol.com> Change-Id: I9c2848e776c727cd9cc3691221621f895dc5507b Signed-off-by: Sundar Raman <sunds@ti.com>
* CameraHal: Adjust FD callbacks to updated javadocTyler Luu2011-08-231-0/+2
| | | | | | | | FD callback behavior is updated in latest javadoc patch "Improve camera face detection javadoc." Change-Id: I963628ae55eec62083c25d34bbb380ae6673e431 Signed-off-by: Tyler Luu <tluu@ti.com>
* Revert "(TEMP) Avoid SetConfig when starting front sensor"Iliyan Malchev2011-08-171-24/+1
| | | | This reverts commit 2f394067996c47b8c02a335af7403c34908bff07.
* CameraHal: Fixes related to CTS test #testFocusAreasTyler Luu2011-08-161-0/+1
| | | | | | | | | | | | - Sanity checks should be performed on the individual areas for the test to pass. - On invalid configuration CameraParameters should revert to the last known good configuration. Change-Id: I9026f287e884835a98c835e8f949ad4441c030bd Original-author: Emilian Peev <epeev@mm-sol.com> Signed-off-by: Emilian Peev <epeev@mm-sol.com> Signed-off-by: Tyler Luu <tluu@ti.com>
* OMAP4 Camera HAL: CTS: Setting defaults for some parametersSundar Raman2011-08-111-0/+3
| | | | | | | | | focal length, horizontal and vertical angles Addresses failures of following tests: Change-Id: I36107b8c5cffe843ce7d167a607b9f9269f3ed26 Signed-off-by: Sundar Raman <sunds@ti.com>
* Lock AE and AWB after AFSundar Raman2011-08-091-1/+1
| | | | | Change-Id: I12f1037be3d890b50c5413925d3084a2cf5256aa Signed-off-by: Sundar Raman <sunds@ti.com>
* (TEMP) Avoid SetConfig when starting front sensorTyler Luu2011-08-091-1/+24
| | | | | | | | | | | Delay SetConfig calls for the first 99 frames when starting front sensor. Front sensor is currently freezing if any SetConfig is called within those first frames. This patch needs to be removed once Ducati side issue is fixed. Change-Id: Ie50dab38724077443719a1061c9b038f59c6b545
* initial commitIliyan Malchev2011-08-081-0/+834
Change-Id: I8f7a7eeece0e516efa486b77e9d97805c0e65d3e Signed-off-by: Iliyan Malchev <malchev@google.com>