Stay organized with collections
Save and categorize content based on your preferences.
GARFramePair
Container class for an ARFrame and its corresponding GARFrame.
These two frames will always have the same timestamp. A GARFrame does not hold references to ARFrames - ARFrames must be released as quickly as possible to free up resources, or ARKit may be starved. The SDK only holds a reference to the most recent frame pair.
[[["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."],[[["`GARFramePair` is a container for corresponding `ARFrame` and `GARFrame` objects, ensuring synchronized timestamps."],["`ARFrame`s should be released swiftly to avoid resource constraints within ARKit."],["The SDK retains only the latest `GARFramePair`, optimizing memory usage."],["`GARFramePair` offers straightforward access to both `ARFrame` and `GARFrame` via its properties."],["Developers can create `GARFramePair` instances by using the designated initializer with `ARFrame` and `GARFrame` as inputs."]]],[]]