WTScreenshotCaptureMode Constants Reference

Declared in WTWikitudeTypes.h

WTScreenshotCaptureMode

The WTScreenshotCaptureMode defines if the screenshot should also include the web view (The Html hud) or only the cam content.

Definition

typedef NS_ENUM(NSUInteger, WTScreenshotCaptureMode ) {
   WTScreenshotCaptureMode_Cam,
   WTScreenshotCaptureMode_CamAndWebView,
};

Constants

WTScreenshotCaptureMode_Cam

Only the camera content with all augmentations will be captured

Declared In WTWikitudeTypes.h.

WTScreenshotCaptureMode_CamAndWebView

Also the web view is composed into the final screenshot

Declared In WTWikitudeTypes.h.

Declared In

WTWikitudeTypes.h