platform_hardware_interfaces/camera
Cliff Wu b64997029c DynamicCamera: Add new hidl interface ICameraInjectionSession for injection camera
- The interface is inherited from ICameraDeviceSession 3.7.
- Adding configureInjectionStreams() function can send the stream configuration of the previous camera and other required information (such as the source of the time stamp of the previous camera and the last time stamp, etc) to the dynamic camera HAL.

Test: Camera VTS
Bug: 171021757
Change-Id: I5744f32e187db51c05d40b85c0ebd453d1a53518
2021-04-09 03:20:43 +00:00
..
common Camera: Fix double-free in removeCamera 2021-02-26 17:23:38 +08:00
device DynamicCamera: Add new hidl interface ICameraInjectionSession for injection camera 2021-04-09 03:20:43 +00:00
metadata camera: Add support for quad bayer sensors. 2021-03-22 11:27:32 -07:00
provider camera VTS: Add VTS test for ultra high resolution sensors. 2021-03-30 18:06:50 -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.