ARCore is back at Google I/O on May 10! Register now.

ResourceExhaustedException

Stay organized with collections Save and categorize content based on your preferences.
public class ResourceExhaustedException

Acquire failed because there are too many objects already acquired. For example, the application may acquire up to N point clouds. N is determined by available resources, and is usually small (for example, 8). If the application tries to acquire N+1 point clouds without releasing the previously acquired ones, it will get this error.

Public Constructors

Inherited Methods

Public Constructors

ResourceExhaustedException

public ResourceExhaustedException()

ResourceExhaustedException

public ResourceExhaustedException(
  String message
)

Details
Parameters
message