Loading core/java/android/hardware/camera2/params/StreamConfigurationMap.java +5 −4 Original line number Diff line number Diff line Loading @@ -781,10 +781,11 @@ public final class StreamConfigurationMap { * <li>The fpsMin and fpsMax will be a multiple 30fps.</li> * <li>The fpsMin will be no less than 30fps, the fpsMax will be no less than 120fps.</li> * <li>At least one range will be a fixed FPS range where fpsMin == fpsMax.</li> * <li>For each fixed FPS range, there will be one corresponding variable FPS range [30, * fps_max]. These kinds of FPS ranges are suitable for preview-only use cases where the * application doesn't want the camera device always produce higher frame rate than the display * refresh rate.</li> * <li>For each fixed FPS range, there will be one corresponding variable FPS range * [30, fps_max] or [60, fps_max]. These kinds of FPS ranges are suitable for preview-only * use cases where the application doesn't want the camera device always produce higher frame * rate than the display refresh rate. Both 30fps and 60fps preview rate will not be * supported for the same recording rate.</li> * </p> * * @return an array of supported high speed video recording FPS ranges The upper bound of Loading Loading
core/java/android/hardware/camera2/params/StreamConfigurationMap.java +5 −4 Original line number Diff line number Diff line Loading @@ -781,10 +781,11 @@ public final class StreamConfigurationMap { * <li>The fpsMin and fpsMax will be a multiple 30fps.</li> * <li>The fpsMin will be no less than 30fps, the fpsMax will be no less than 120fps.</li> * <li>At least one range will be a fixed FPS range where fpsMin == fpsMax.</li> * <li>For each fixed FPS range, there will be one corresponding variable FPS range [30, * fps_max]. These kinds of FPS ranges are suitable for preview-only use cases where the * application doesn't want the camera device always produce higher frame rate than the display * refresh rate.</li> * <li>For each fixed FPS range, there will be one corresponding variable FPS range * [30, fps_max] or [60, fps_max]. These kinds of FPS ranges are suitable for preview-only * use cases where the application doesn't want the camera device always produce higher frame * rate than the display refresh rate. Both 30fps and 60fps preview rate will not be * supported for the same recording rate.</li> * </p> * * @return an array of supported high speed video recording FPS ranges The upper bound of Loading