Method GetRecordingRotation
GetRecordingRotation(ArSession)
Gets the clockwise rotation in degrees that should be applied to the recorded image.
Declaration
public int GetRecordingRotation(ArSession session)
Parameters
Type | Name | Description |
---|---|---|
ArSession | session | The ARCore session. |
Returns
Type | Description |
---|---|
int | Returns the rotation in degrees that will be applied to the recorded image. Possible values are 0, 90, 180, 270, or -1 if unspecified. |