Skip to content

ARCore SDK for Android v1.45.0

Latest
Compare
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.