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

Commit 6554bddd authored by Ján Sebechlebský's avatar Ján Sebechlebský Committed by Android (Google) Code Review
Browse files

Merge "Lower min fps supported by virtual camera to 1." into main

parents f6fc63a8 15a0a3b9
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";