Skip to content

Releases: google-ar/arcore-android-sdk

ARCore SDK for Android v1.54.0

Choose a tag to compare

@marktest1974 marktest1974 released this 22 Apr 21:21

Breaking & behavioral changes

New APIs and capabilities

  • Added ArCoreNativeInterop, ArCoreNativeInterop.getNativeHandle(), and ArCoreNativeInterop.getSymbolTable() to support sharing or passing ownership of ARCore objects between Java and C++.

Deprecations

Other changes

Bug fixes

ARCore SDK for Android v1.53.0

Choose a tag to compare

@marktest1974 marktest1974 released this 10 Mar 00:21

Bug fixes

  • Various bug fixes and performance improvements.

ARCore SDK for Android v1.52.0

Choose a tag to compare

@marktest1974 marktest1974 released this 12 Dec 23:33

Other changes

  • Verified this version of ARCore is compatible with Android 16 MR1.

ARCore SDK for Android v1.51.0

Choose a tag to compare

@marktest1974 marktest1974 released this 22 Oct 23:41

Other changes

  • Updated SharedCamera and RawDepth Java sample to use minSdkVersion 23.
  • Updated the hello_ar_vulkan_c sample to be a fully functional application, demonstrating a complete Vulkan implementation of key ARCore features which were already demonstrated in hello_ar_c as well as plane occlusion.

ARCore SDK for Android v1.50.0

Choose a tag to compare

@marktest1974 marktest1974 released this 11 Jul 18:22

Breaking & behavioral changes

ARCore SDK for Android v1.49.0

Choose a tag to compare

@lferrer lferrer released this 20 May 22:40

Bug fixes

  • Various bug fixes and performance improvements.

ARCore SDK for Android v1.48.0

Choose a tag to compare

@marktest1974 marktest1974 released this 27 Feb 18:56

Bug fixes

ARCore SDK for Android v1.47.0

Choose a tag to compare

@marktest1974 marktest1974 released this 12 Dec 19:42

Bug fixes

  • Various bug fixes and performance improvements.

ARCore SDK for Android v1.46.0

Choose a tag to compare

@marktest1974 marktest1974 released this 10 Oct 17:41

Breaking & behavioral changes

ARCore SDK for Android v1.45.0

Choose a tag to compare

@marktest1974 marktest1974 released this 15 Aug 18:52

New APIs and capabilities

Flash Mode

ARCore now supports enabling the device's torch mode, allowing for better perception capabilities in dark environments.

Kotlin/Java:

  • Config.FlashMode: configuration option for enabling or disabling the flash unit on the device.
  • See the Developer guide for more details on how to detect flash capabilities, and how to enable the torch mode.

C:

  • ArFlashMode: configuration option for enabling or disabling the flash unit on the device.
  • See the Developer guide for more details on how to detect flash capabilities, and how to enable the torch mode.