platform_hardware_interfaces/camera
Emilian Peev 48a0992dd4 Camera: Try adding a passthrough legacy service
Listing by interface on passthrough only devices doesn't
return the legacy implementation that might be present.
For this case try to connect to the legacy provider and
check whether such implementation does in fact exist.

Bug: 62835396
Test: vts-tradefed run commandAndExit vts --skip-all-system-status-check
--skip-preconditions --module VtsHalCameraProviderV2_4Target -l INFO

Change-Id: Ifdc1b15392f5418fd0d949953bb6bdb1f3612ee8
2017-06-30 08:19:19 -07:00
..
common Make camera/drm helper classes available to system. 2017-06-20 08:57:46 -07:00
device Merge "Camera: fix recursive lock in CameraDevice 1.0" into oc-dev 2017-06-23 17:59:25 +00:00
metadata Update makefiles. (2/2) 2017-05-19 15:54:03 -07:00
provider Camera: Try adding a passthrough legacy service 2017-06-30 08:19:19 -07:00
Android.bp Camera: default implementation of device 1.0 2017-03-01 22:24:39 -08: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.