Constructor ArCameraConfig
ArCameraConfig(ArSession)
Creates a new camera config object. To prevent memory leaks, this object should be disposed with Dispose() when you no longer need it.
Declaration
public ArCameraConfig(ArSession session)
Parameters
Type | Name | Description |
---|---|---|
ArSession | session | The ARCore session. |