5a81965a10
Tests should be available for autofocus verification. The new cases include: "autoFocus" - Check whether the camera supports autofocus. In case auto is supported it will continue and test all available modes that allow 'autoFocus' calls. "cancelAutoFocus" - In case auto is supported, the test will trigger full AF scan and cancel it immediately. 'CameraParameters' functionality is also required and should be included. BUG: 32022758 Test: compile and run the gtest binary on device Change-Id: I3bef25c5fdb6bbfa87517e6d255e4e6e01544d7d |
||
---|---|---|
.. | ||
common | ||
device | ||
metadata | ||
provider | ||
Android.bp | ||
README.md |
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.