mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Test below sequence: - ICameraProvider::setCallback - setTorchMode(on) - verify torch mode on callback is received - ICameraProvider::setCallback - verify torch mode on callback is received again This makes sure if torch is on, a new callback registration will trigger a flash-on callback. Test: atest VtsAidlHalCameraProvider_TargetTest Bug: 247038031 Change-Id: I6cea64fcd08fd68fda78b3c0efb7763b7de6edbc
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.