platform_hardware_interfaces/camera
Eino-Ville Talvala e224f065b8 Camera: Update VTS for new camera@3.3 interfaces
- Cross check device version in name with ICameraDeviceSession version
- Switch all calls to configureStreams to configureStreams_3_3 when
  a v3.3 ICameraDeviceSession is available

Test: Test passes on v3.3 devices, doesn't regress on v3.2
Bug: 62358514
Change-Id: I7450e5d5119c5ec1fe9f1360bfc99fc8a47d0936
2017-10-02 12:35:32 -07:00
..
common Update make file for vndk enabled. 2017-08-04 14:12:23 +09:00
device Merge "Camera: Add default implementation of camera.device@3.3" into oc-mr1-dev 2017-09-19 15:53:43 +00:00
metadata Update make file for vndk enabled. 2017-08-04 14:12:23 +09:00
provider Camera: Update VTS for new camera@3.3 interfaces 2017-10-02 12:35:32 -07:00
Android.bp Camera: Add default implementation of camera.device@3.3 2017-09-15 11:08:48 -07: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.