mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
- When physical stream of a logical multi-camera is requested, HAL needs to generate metadata for the physical cameras. - In case no physical stream is requested for the logical multi-camera, no capture result metadata is required for physical camera. - Batch physical and logical metadata within one capture_result call. Test: testLogicalCamera CTS test Bug: 64691172 Change-Id: Id040620f3f0c350711d49341ab31ab88ecd94888
35 lines
843 B
Plaintext
35 lines
843 B
Plaintext
// This file is autogenerated by hidl-gen -Landroidbp.
|
|
|
|
hidl_interface {
|
|
name: "android.hardware.camera.device@3.4",
|
|
root: "android.hardware",
|
|
vndk: {
|
|
enabled: true,
|
|
},
|
|
srcs: [
|
|
"types.hal",
|
|
"ICameraDeviceCallback.hal",
|
|
"ICameraDeviceSession.hal",
|
|
],
|
|
interfaces: [
|
|
"android.hardware.camera.common@1.0",
|
|
"android.hardware.camera.device@3.2",
|
|
"android.hardware.camera.device@3.3",
|
|
"android.hardware.graphics.common@1.0",
|
|
"android.hidl.base@1.0",
|
|
],
|
|
types: [
|
|
"CaptureRequest",
|
|
"CaptureResult",
|
|
"HalStream",
|
|
"HalStreamConfiguration",
|
|
"PhysicalCameraMetadata",
|
|
"PhysicalCameraSetting",
|
|
"RequestTemplate",
|
|
"Stream",
|
|
"StreamConfiguration",
|
|
],
|
|
gen_java: false,
|
|
}
|
|
|