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."],[[["\u003cp\u003e\u003ccode\u003eCameraConfig.TargetFps\u003c/code\u003e allows developers to set the target frame rate for camera capture in ARCore.\u003c/p\u003e\n"],["\u003cp\u003eWhile 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.\u003c/p\u003e\n"],["\u003cp\u003eTwo target frame rates are available: \u003ccode\u003eTARGET_FPS_30\u003c/code\u003e (supported on all ARCore devices) and \u003ccode\u003eTARGET_FPS_60\u003c/code\u003e (supported on select devices, with potential for higher power and memory consumption).\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can filter for camera configurations that support specific target frame rates using \u003ccode\u003eCameraConfigFilter\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]