iosCameraResolution property

IosCameraResolution iosCameraResolution
getter/setter pair

Sets the camera resolution for iOS devices.

This represents the preferred camera resolution. It does not mean that the exact same resolution will be selected, but SDK will use the nearest one possible. The actual resolution that will be chosen depends on the actual device hardware (camera resolutions available and processing power).

See IosCameraResolution for all options.

Default: IosCameraResolution.Resolution1080p

Implementation

IosCameraResolution iosCameraResolution = IosCameraResolution.Resolution1080p;