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
.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["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."]]],[]]