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

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

Flag for virtual camera timestamp

Add a flag for the feature passing the timestamp from the input Surface
to the capture restult

Bug: 351341245
Flag: android.companion.virtualdevice.flags.camera_timestamp_from_surface
Test: N/A
Change-Id: Iac041e19fbc1a4b51bb995f2067f47589f27de65
parent a5156f6b
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -118,3 +118,10 @@ flag {
  description: "Allow for status bar and insets on virtual devices"
  description: "Allow for status bar and insets on virtual devices"
  bug: "350007866"
  bug: "350007866"
}
}

flag {
  namespace: "virtual_devices"
  name: "camera_timestamp_from_surface"
  description: "Pass the surface timestamp to the capture result"
  bug: "351341245"
}