RGLCaptureMode

This page covers the description of the RGLCaptureMode enumeration

RGLCaptureMode enumeration contains 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 pushed

RGLCaptureModeCaptureFrame

The frame starts to be processed right after the Capture button is pushed

Last updated

Was this helpful?