Method SetRecordingRotation
SetRecordingRotation(ArSession, int)
Specifies the clockwise rotation in degrees that should be applied to the recorded image.
Declaration
public void SetRecordingRotation(ArSession session, int value)
Parameters
Type | Name | Description |
---|---|---|
ArSession | session | The ARCore session. |
int | value | The clockwise rotation in degrees (0, 90, 180, or 270). |