Description

LckCameraOrientation defines the output orientation of a camera.

Usage

// Switch camera orientation to portrait
var result = _lckService.SetCameraOrientation(LckCameraOrientation.Portrait);

if (!result.Success)
    Debug.LogError($"Failed to set orientation: {result.ErrorMessage}");

References

Values

NameDescription
PortraitCamera output is oriented vertically (tall).
LandscapeCamera output is oriented horizontally (wide).