Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ead3613e authored by Vadim Caen's avatar Vadim Caen
Browse files

Add flag for the removal of flag duplication in PREVIEW capture intent

Flag: android.companion.virtualdevice.flags.camera_multiple_input_streams
Bug: 383779587
Test: N/A

Change-Id: I92725c1f7598bbe73c4310d8de859b5051d64732
parent 157e551b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -173,3 +173,10 @@ flag {
    description: "Allow external virtual cameras visible only in the Context of the virtual device"
    bug: "375609768"
}

flag {
    name: "virtual_camera_no_frame_duplication"
    namespace: "virtual_devices"
    description: "Do not duplicate frames if no input is received and the capture request is not PREVIEW"
    bug: "383779587"
}