RGLCaptureMode
The RGLCaptureMode
enumeration contains the possible scanning modes.
typedef NS_ENUM(NSInteger, RGLCaptureMode) {
RGLCaptureModeAuto = 0,
RGLCaptureModeCaptureVideo = 1,
RGLCaptureModeCaptureFrame = 2
} NS_SWIFT_NAME(CaptureMode);
Constant | Description |
---|---|
RGLCaptureModeAuto | the flow of frames starts to be processed right after a scenario is started |
RGLCaptureModeCaptureVideo | the flow of frames starts to be processed right after the Capture button is touched |
RGLCaptureModeCaptureFrame | the frame starts to be processed right after the Capture button is touched |