liyujie
2025-08-28 b3810562527858a3b3d98ffa6e9c9c5b0f4a9a8e
android/frameworks/av/services/camera/libcameraservice/api1/client2/Parameters.h
....@@ -214,7 +214,7 @@
214214 static const int32_t MAX_DEFAULT_FPS = 30;
215215 // Minimum FPS for a size to be listed in supported preview/video sizes
216216 // Set to slightly less than 30.0 to have some tolerance margin
217
- static constexpr double MIN_PREVIEW_RECORD_FPS = 29.97;
217
+ static constexpr double MIN_PREVIEW_RECORD_FPS = 20.03;
218218 // Maximum frame duration for a size to be listed in supported preview/video sizes
219219 static constexpr int64_t MAX_PREVIEW_RECORD_DURATION_NS = 1e9 / MIN_PREVIEW_RECORD_FPS;
220220