Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["`CameraConfig.TargetFps` allows developers to set the target frame rate for camera capture in ARCore."],["While the target frame rate represents the desired maximum, the actual frame rate may be lower in low-light conditions to allow for longer exposure times."],["Two target frame rates are available: `TARGET_FPS_30` (supported on all ARCore devices) and `TARGET_FPS_60` (supported on select devices, with potential for higher power and memory consumption)."],["Developers can filter for camera configurations that support specific target frame rates using `CameraConfigFilter`."]]],[]]