summaryrefslogtreecommitdiffstats
path: root/modules/camera/ExampleCamera.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace/rename old HAL graphics formatsEino-Ville Talvala2015-03-061-1/+1
| | | | | | | - Replace RAW_SENSOR with RAW16 - Remove sRGB formats Change-Id: Ic5c44878c638c3d3559495ea5685e10fcc2c39e1
* Camera: HAL: 64-bit warning fixit.Sasha Levitskiy2014-04-231-22/+34
| | | | | Change-Id: Iecc3e1846fbf63c51952d115e1f167cf32135b18 Signed-off-by: Sasha Levitskiy <sanek@google.com>
* camera3: Update maxRegions tag.Ruben Brunk2014-02-031-1/+1
| | | | Change-Id: I22501cbf7f941d9626b88182e2dda8a13a620d01
* modules: camera: Metadata refactorAlex Ray2013-10-281-17/+70
| | | | | | | | | | Add* functions const to protect data being added. Initiailze metadata object from a camera_metadata_t. Remove template-specific constructor. Add convenience "add1" method to abvoid stack-allocated data. Construct templates manually (in ExampleCamera) from base. Change-Id: I3201f61e9d32841ea7a769d69242b40d8727c02e
* modules: camera: Abstract device-specific cameraAlex Ray2013-10-171-0/+208
ExampleCamera represents a specific (e.g. front or back) camera device, and contains all the device and logic for that device/sensor. Change-Id: Iecc1a1d905501a66edb6e3994ff93d8761b82f8b