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

TextureNotSetException

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

Thrown if a texture name was not set by calling Session.setCameraTextureName(int) before the first call to Session.update() (unchecked).

Public Constructors

Inherited Methods

Public Constructors

TextureNotSetException

public TextureNotSetException()

TextureNotSetException

public TextureNotSetException(
  String message
)

Details
Parameters
message