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."],[[["\u003cp\u003e\u003ccode\u003eArImage_getNdkImage\u003c/code\u003e and \u003ccode\u003eArImageMetadata_getNdkCameraMetadata\u003c/code\u003e have been removed in ARCore SDK 1.23.0.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers should utilize alternative \u003ccode\u003eArImage\u003c/code\u003e functions and \u003ccode\u003eArImageMetadata_getConstEntry\u003c/code\u003e for image data retrieval, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe removal is due to the limitations of \u003ccode\u003eAImage\u003c/code\u003e in representing the diverse range of images produced by ARCore and the availability of more robust alternatives.\u003c/p\u003e\n"]]],[],null,["# Deleted APIs\n============\n\nSummary\n-------\n\n- Member **[ArImage_getNdkImage](/ar/reference/c/group/ar-image#arimage_getndkimage)(const ArImage *image, const AImage **out_ndk_image)** \n Removed in ARCore SDK 1.23.0 after being deprecated in ARCore SDK 1.10.0. Use the other [ArImage](/ar/reference/c/group/ar-image#arimage_1) functions to obtain image data. ARCore can produce a wide variety of images, not all of which can be represented using [Android NDK `AImage`](https://developer.android.com/ndk/reference/group/media#aimage) provided by this function. In those cases, this function will return `NULL` in `out_ndk_image`.\n- Member **[ArImageMetadata_getNdkCameraMetadata](/ar/reference/c/group/ar-image-metadata#arimagemetadata_getndkcamerametadata)(const ArSession *session, const ArImageMetadata *image_metadata, const ACameraMetadata **out_ndk_metadata)** \n Removed in ARCore SDK 1.23.0 after being deprecated in ARCore SDK 1.20.0. Use [ArImageMetadata_getConstEntry](/ar/reference/c/group/ar-image-metadata#arimagemetadata_getconstentry) instead of `ACameraMetadata_getConstEntry`."]]