Loading core/java/android/hardware/camera2/params/StreamConfigurationMap.java +8 −0 Original line number Diff line number Diff line Loading @@ -747,6 +747,10 @@ public final class StreamConfigurationMap { * {@link android.hardware.camera2.CameraConstrainedHighSpeedCaptureSession#createHighSpeedRequestList}. * </p> * * <p>This function returns an empty array if * {@link CameraMetadata#REQUEST_AVAILABLE_CAPABILITIES_CONSTRAINED_HIGH_SPEED_VIDEO} * is not supported.</p> * * @return an array of supported high speed video recording sizes * @see #getHighSpeedVideoFpsRangesFor(Size) * @see CameraMetadata#REQUEST_AVAILABLE_CAPABILITIES_CONSTRAINED_HIGH_SPEED_VIDEO Loading Loading @@ -836,6 +840,10 @@ public final class StreamConfigurationMap { * supported for the same recording rate.</li> * </p> * * <p>This function returns an empty array if * {@link CameraMetadata#REQUEST_AVAILABLE_CAPABILITIES_CONSTRAINED_HIGH_SPEED_VIDEO} * is not supported.</p> * * @return an array of supported high speed video recording FPS ranges The upper bound of * returned ranges is guaranteed to be larger or equal to 120. * @see #getHighSpeedVideoSizesFor Loading Loading
core/java/android/hardware/camera2/params/StreamConfigurationMap.java +8 −0 Original line number Diff line number Diff line Loading @@ -747,6 +747,10 @@ public final class StreamConfigurationMap { * {@link android.hardware.camera2.CameraConstrainedHighSpeedCaptureSession#createHighSpeedRequestList}. * </p> * * <p>This function returns an empty array if * {@link CameraMetadata#REQUEST_AVAILABLE_CAPABILITIES_CONSTRAINED_HIGH_SPEED_VIDEO} * is not supported.</p> * * @return an array of supported high speed video recording sizes * @see #getHighSpeedVideoFpsRangesFor(Size) * @see CameraMetadata#REQUEST_AVAILABLE_CAPABILITIES_CONSTRAINED_HIGH_SPEED_VIDEO Loading Loading @@ -836,6 +840,10 @@ public final class StreamConfigurationMap { * supported for the same recording rate.</li> * </p> * * <p>This function returns an empty array if * {@link CameraMetadata#REQUEST_AVAILABLE_CAPABILITIES_CONSTRAINED_HIGH_SPEED_VIDEO} * is not supported.</p> * * @return an array of supported high speed video recording FPS ranges The upper bound of * returned ranges is guaranteed to be larger or equal to 120. * @see #getHighSpeedVideoSizesFor Loading