ARCore SDK for Android v1.45.0
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.