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

Commit 15a0a3b9 authored by Jan Sebechlebsky's avatar Jan Sebechlebsky
Browse files

Lower min fps supported by virtual camera to 1.

Bug: 342674104
Test: atest CtsVirtualDevicesCameraCtsTestCases
Change-Id: Ide8dac647e42060de20cc7f603fefe63c3a1b8f5
parent c944886e
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -126,9 +126,8 @@ class VirtualCameraDevice
  // Default JPEG orientation.
  static constexpr uint8_t kDefaultJpegOrientation = 0;

  // TODO(b/342674104) CDD requires <= 15.
  // Change this to lower value after confirming it doesn't cause any issue (timeouts).
  static constexpr int kMinFps = 15;
  // Lowest min fps advertised in supported fps ranges.
  static constexpr int kMinFps = 1;

  // Default Make and Model for Exif
  static constexpr char kDefaultMakeAndModel[] = "Android Virtual Camera";