Stay organized with collections
Save and categorize content based on your preferences.
Deleted APIs
Summary
Member ArImage_getNdkImage(const ArImage *image, const AImage **out_ndk_image)
Removed in ARCore SDK 1.23.0 after being deprecated in ARCore SDK 1.10.0.
Use the other ArImage functions to obtain image data.
ARCore can produce a wide variety of images, not all of which can be represented using Android NDK AImage provided by this function.
In those cases, this function will return NULL in out_ndk_image.
Member ArImageMetadata_getNdkCameraMetadata(const ArSession *session, const ArImageMetadata *image_metadata, const ACameraMetadata **out_ndk_metadata)
Removed in ARCore SDK 1.23.0 after being deprecated in ARCore SDK 1.20.0.
Use ArImageMetadata_getConstEntry instead of ACameraMetadata_getConstEntry.
[[["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."],[[["`ArImage_getNdkImage` and `ArImageMetadata_getNdkCameraMetadata` have been removed in ARCore SDK 1.23.0."],["Developers should utilize alternative `ArImage` functions and `ArImageMetadata_getConstEntry` for image data retrieval, respectively."],["The removal is due to the limitations of `AImage` in representing the diverse range of images produced by ARCore and the availability of more robust alternatives."]]],[]]