Method GetFpsRange
GetFpsRange(ArSession)
Gets the minimum and maximum camera capture rate in frames per second (fps) for the current camera config.
Declaration
public (int minFps, int maxFps) GetFpsRange(ArSession session)
Parameters
Type | Name | Description |
---|---|---|
ArSession | session | The ARCore session. |
Returns
Type | Description |
---|---|
(int minFps, int maxFps) | Returns the minimum and maximum camera capture rate in frames per second supported by this camera config. |
Remarks
Actual capture frame rate will vary within this range, depending on lighting conditions. Frame rates will generally be lower under poor lighting conditions to accommodate longer exposure times.