platform_hardware_interfaces/camera
Yuriy Romanenko d0bd4f11f8 Common: Added lock() to camera HandleImporter
Effectively a counterpart to lockYCbCr() but for generic single-plane
buffers

Change-Id: I73d051c085fe2b96810a1ed761deac177db2733d
2018-01-25 12:50:40 -08:00
..
common Common: Added lock() to camera HandleImporter 2018-01-25 12:50:40 -08:00
device External Camera: fix aspect ratio/crop issue 2018-01-25 18:47:51 +00:00
metadata Update makefiles. 2018-01-23 19:44:19 +00:00
provider Merge "Camera: Add external camera provider" 2018-01-23 02:54:27 +00:00
README.md Camera: HIDLized camera HALs, first set 2016-12-02 19:43:39 +00:00

Camera HALs


Overview:

The camera.* HAL tree is used by the Android camera service to discover and operate camera devices available on the device.

More details and versioning information can be found within each particular HAL.

More complete information about the Android camera HAL and subsystem can be found at source.android.com.