summaryrefslogtreecommitdiffstats
path: root/services/camera/libcameraservice/camera2/FrameProcessor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Camera2: fix metadata symbolsIgor Murashkin2012-12-031-8/+8
| | | | Change-Id: I59e457824782de26b7b489cd92eb33d48e6ee2d9
* Camera2: Compile with warnings, fix warningsIgor Murashkin2012-10-261-3/+2
| | | | Change-Id: I557350abb32b0480f5da7dcecadfbe9edbe53361
* Camera2: Synchronize mode changes and triggersEino-Ville Talvala2012-10-041-21/+41
| | | | | | | | | Make sure that changes to various parameters have reached the HAL before triggering asynchronous events like autofocus or precapture metering. Bug: 7107220 Change-Id: I3c50038de1671968eb32004ce538435121934e7e
* Camera2: Debug and logging fixes.Eino-Ville Talvala2012-09-251-1/+2
| | | | | | | | | | - Fix LOG_TAGs to work with standard logcat filtering. - Add ATRACE to Camera2Device - Shorten thread names to fit in 16 characters - Remove some ATRACEs to avoid flooding trace unnecessarily Bug: 7220520 Change-Id: Ief8d677b5c8bb35d94e0f21b11b86505e83169ea
* Camera2: Emit FaceDetection events for all except repeating 0-face framesIgor Murashkin2012-09-211-5/+18
| | | | | Bug: 7205311 Change-Id: I570209445acf3a26f2246c3fe886d56bb63bd2f8
* Camera2: Don't be bothered by lack of faces.Eino-Ville Talvala2012-09-171-2/+1
| | | | | | | | Sometimes, people might want to photograph scenes with no faces. And not have their log fill with errors when they do. Bug: 7078231 Change-Id: Ibe5c08d51b49a3ea14203416fe7803a58de08dda
* Camera2: Filter out faces with 0 confidence.Eino-Ville Talvala2012-09-171-1/+7
| | | | | Bug: 7078231 Change-Id: I559f1281359835e0489456091a5409ebc8f73479
* Camera2: Basic ZSL and precapture trigger support.Eino-Ville Talvala2012-09-061-6/+61
| | | | | | | | | | | | | | | | | - Add capture sequencer to control still image capture process - Use precapture trigger for standard capture in sequencer - Add infrastructure for reprocessing streams - Add ZSL processor to maintain ZSL queue - Add ZSL capture sequence to sequencer This patch sets up ZSL mode and precapture triggers. For now, to enable zsl mode, set the system property camera.zsl_mode to 1. Bug: 6243944 Change-Id: Icf8cb1a83a7c11a152a11007c8f3c54f8ea1c70c
* Camera2: Factor out FrameProcessor.Eino-Ville Talvala2012-08-281-0/+214
Move FrameProcessor to its own file, add necessary interfaces to Camera2Client. Bug: 6243944 Change-Id: I8d1b8280a65d2822461ebe6b6c9de17992b34276