Loading camera/ndk/include/camera/NdkCameraMetadataTags.h +1 −1 Original line number Diff line number Diff line Loading @@ -603,7 +603,7 @@ typedef enum acamera_metadata_tag { * ACAMERA_SENSOR_FRAME_DURATION.</p> * <p>Note that the actual achievable max framerate also depends on the minimum frame * duration of the output streams. The max frame rate will be * <code>min(aeTargetFpsRange.maxFps, 1 / max(individual stream min durations)</code>. For example, * <code>min(aeTargetFpsRange.maxFps, 1 / max(individual stream min durations))</code>. For example, * if the application sets this key to <code>{60, 60}</code>, but the maximum minFrameDuration among * all configured streams is 33ms, the maximum framerate won't be 60fps, but will be * 30fps.</p> Loading Loading
camera/ndk/include/camera/NdkCameraMetadataTags.h +1 −1 Original line number Diff line number Diff line Loading @@ -603,7 +603,7 @@ typedef enum acamera_metadata_tag { * ACAMERA_SENSOR_FRAME_DURATION.</p> * <p>Note that the actual achievable max framerate also depends on the minimum frame * duration of the output streams. The max frame rate will be * <code>min(aeTargetFpsRange.maxFps, 1 / max(individual stream min durations)</code>. For example, * <code>min(aeTargetFpsRange.maxFps, 1 / max(individual stream min durations))</code>. For example, * if the application sets this key to <code>{60, 60}</code>, but the maximum minFrameDuration among * all configured streams is 33ms, the maximum framerate won't be 60fps, but will be * 30fps.</p> Loading