Stay organized with collections
Save and categorize content based on your preferences.
public class
NotYetAvailableException
Acquire failed because the object being acquired is not yet available. This happens, for example,
if the sensor providing the data hasn't fully started up for the current frame.
[[["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."],[[["`NotYetAvailableException` signals that a requested resource, like sensor data, is temporarily unavailable."],["This exception commonly occurs during AR session initialization, particularly if sensors haven't fully started."],["It inherits methods from `Throwable` for exception handling and stack tracing."],["Two constructors are available: one default and another accepting a custom error message."]]],[]]