WTCaptureDeviceResolution Constants Reference

Declared in WTWikitudeTypes.h

WTCaptureDeviceResolution

WTCaptureDeviceResolution can be used to define the desired capture device resolution.

Definition

typedef NS_ENUM(NSUInteger, WTCaptureDeviceResolution ) {
   WTCaptureDeviceResolution_SD_640x480 = 1,
   WTCaptureDeviceResolution_HD_1280x720 = 2,
   WTCaptureDeviceResolution_FULL_HD_1920x1080 = 3,
   WTCaptureDeviceResolution_AUTO = 4,
};

Constants

WTCaptureDeviceResolution_SD_640x480

The captureSessionPreset will be set to AVCaptureSessionPreset640x480.

Declared In WTWikitudeTypes.h.

WTCaptureDeviceResolution_HD_1280x720

The captureSessionPreset will be set to AVCaptureSessionPreset1280x720.

Declared In WTWikitudeTypes.h.

WTCaptureDeviceResolution_FULL_HD_1920x1080

The captureSessionPreset will be set to AVCaptureSessionPreset1920x1080.

Declared In WTWikitudeTypes.h.

WTCaptureDeviceResolution_AUTO

The captureSessionPreset will be set to AVCaptureSessionPreset640x480 on 32-bit devices and to AVCaptureSessionPreset1920x1080 on 64-bit devices.

Declared In WTWikitudeTypes.h.

Declared In

WTWikitudeTypes.h