SBSDKBarcodeScanAndCountCaptureMode
enum SBSDKBarcodeScanAndCountCaptureMode : NSUInteger {}
The capture mode of the barcode scan and count.
-
Video frame mode uses the last frame from the camera input.
Declaration
Objective-C
SBSDKBarcodeScanAndCountCaptureModeVideoFrame = 0
Swift
case videoFrame = 0
-
Capture Image mode captures the image.
Declaration
Objective-C
SBSDKBarcodeScanAndCountCaptureModeCapturedImage = 1
Swift
case capturedImage = 1