Class | Description |
---|---|
CameraSettings | |
CameraSize |
class for describing width and height dimensions in pixels.
|
Enum | Description |
---|---|
CameraSettings.CameraFocusMode |
Use the CameraPosition type to define which camera focus mode should be used.
ONCE means that the camera focuses once automatically and then stays at this focus until the camera is stopped or a new focus mode is set. CONTINUOUS means that the camera will continuously try to find the best focus. OFF has different meanings based on which camera api is used: Camera : The SDK will fix the focus, which is usually at hyperfocal distance Camera2 : The auto-focus routine does not control the lens, the focus distance can be controlled on devices which support manual focus. |
CameraSettings.CameraPosition |
Use the CameraPosition type to define which camera should be used.
|
CameraSettings.CameraResolution |
Use the CameraResolution type to define which camera resolution should be used.
|