.. | .. |
---|
214 | 214 | static const int32_t MAX_DEFAULT_FPS = 30; |
---|
215 | 215 | // Minimum FPS for a size to be listed in supported preview/video sizes |
---|
216 | 216 | // 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; |
---|
218 | 218 | // Maximum frame duration for a size to be listed in supported preview/video sizes |
---|
219 | 219 | static constexpr int64_t MAX_PREVIEW_RECORD_DURATION_NS = 1e9 / MIN_PREVIEW_RECORD_FPS; |
---|
220 | 220 | |
---|