Method GetImageDimensions
GetImageDimensions(ArSession)
Gets the camera image dimensions for this camera config.
Declaration
public (int width, int height) GetImageDimensions(ArSession session)
Parameters
Type | Name | Description |
---|---|---|
ArSession | session | The ARCore session. |
Returns
Type | Description |
---|---|
(int minFps, int maxFps) | Returns the camera image dimensions for this camera config. |