DeviceAsWebcam: Add overlays for physical camera id

Using physical streams reduces power since camera consumes
a bulk of the power.

Bug: 242346116

Test: Manual webcam use; See power reduction

Change-Id: Ibfc0698f410c90049f77f0a071b8b4999fb1cfdd
Signed-off-by: Jayant Chowdhary <jchowdhary@google.com>
This commit is contained in:
Jayant Chowdhary 2023-05-25 20:16:27 +00:00
parent ec05035806
commit e3669c9af9
10 changed files with 52 additions and 0 deletions

View file

@ -0,0 +1,10 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
runtime_resource_overlay {
name: "DeviceAsWebcamRaven",
certificate: "platform",
product_specific: true,
sdk_version: "current",
}