platform_hardware_interfaces/camera
Yuriy Romanenko 083de0c3c6 ExternalCameraDeviceSession: Fix request initialization
This code was exiting because of unsupported RequestTemplate::*
enum values that are now just ignored.

Change-Id: I37f79cbbfe99664ec173458721d71947f0d002ff
2018-01-26 16:11:12 -08:00
..
common Common: Added lock() to camera HandleImporter 2018-01-25 12:50:40 -08:00
device ExternalCameraDeviceSession: Fix request initialization 2018-01-26 16:11:12 -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.