enum ResolutionMode (Niantic.ARDK.Rendering.ResolutionMode)
Overview
Possible ways to determine camera feed resolution. More…
enum ResolutionMode { Default = 0, Custom, FromHardware, Screen, Fixed, };
Detailed Documentation
Possible ways to determine camera feed resolution.
Enum Values
Default
Behaviour is same as Screen
, below.
Custom
Use a custom resolution size, but automatically handle screen rotation.
FromHardware
Match resolution of the CPU image surfaced by ARKit or ARCore.
Screen
Match screen resolution.
Fixed
Use a custom resolution size and do not automatically handle screen rotation.