platform_hardware_interfaces/camera
Yuriy Romanenko e932f1b5cb Implement JPEG support in external camera HAL
* Certain tests are still failing

Change-Id: I01bb90757cd969ace30857a8d246e4701498d379
2018-01-29 12:07:34 -08:00
..
common Common: Added CameraMetadata -> libexif converter 2018-01-26 21:23:56 -08:00
device Implement JPEG support in external camera HAL 2018-01-29 12:07:34 -08: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.