CameraConfig.TargetFps

public static final enum CameraConfig.TargetFps

Target camera capture frame rates.

The target frame rate represents the maximum or desired frame rate. Actual camera capture frame rates can be lower than the target frame rate under low light conditions, in order to accommodate longer exposure times.

Inherited Methods

Enum Values

TARGET_FPS_30

public static final CameraConfig.TargetFps TARGET_FPS_30

Target 30fps camera capture frame rate.

Available on all ARCore supported devices.

When used as a camera filter, via CameraConfigFilter.setTargetFps(EnumSet), filters for camera configs that support 30fps.

TARGET_FPS_60

public static final CameraConfig.TargetFps TARGET_FPS_60

Target 60fps camera capture frame rate.

Increases power consumption and may increase app memory usage.

See the ARCore Supported Devices page for a list of devices that currently support 60fps.

When used as a camera filter, via CameraConfigFilter.setTargetFps(EnumSet), filters for camera configs that support 60fps.