Web Demos

BARCODE READER SDK DEMO

Explore the flexibe barcode reading settings to optimize for your specific usage scenario.

WEB TWAIN SDK DEMO

Try the most popular web scanner features: scan images, import local images and PDF files, edit, save to local, upload to database, and etc.

BARCODE READER JAVASCRIPT DEMO

Transform any camera-equipped devices into real-time, browser-based barcode and QR code scanners.

MRZ SCANNER WEB DEMO

Detects the machine-readable zone of a passport, scans the text, and parses into human-readable data.

APP STORE DEMOS

BARCODE READER SDK FOR IOS

BARCODE READER SDK FOR ANDROID

VIEW MORE DEMOS >
Resource Base
Table of contents

EnumResolution

The enumeration that indicates the resolution.

  • Android
  • Objective-C
  • Swift
public enum EnumResolution {
   // Use the default resolution. Generally, the default resolution is 1080P.
   RESOLUTION_AUTO(0),
   // The 480P resolution. Generally, the video frame size is about 360*640.
   RESOLUTION_480P(1),
   // The 720P resolution. Generally, the video frame size is about 720*1280.
   RESOLUTION_720P(2),
   // The 1080P resolution. Generally, the video frame size is about 1080*1920.
   RESOLUTION_1080P(3),
   // The 2K resolution. Generally, the video frame size is about 1080*1920.
   RESOLUTION_2K(4),
   // The 4K resolution. Generally, the video frame size is about 2160*3840.
   RESOLUTION_4K(5);
}
typedef NS_ENUM(NSInteger, EnumResolution)
{
   /** Use the default resolution. Generally, the default resolution is 1080P. */
   EnumRESOLUTION_AUTO = 0,
   /** The 480P resolution. Generally, the video frame size is about 480*640. */
   EnumRESOLUTION_480P = 1,
   /** The 720P resolution. Generally, the video frame size is about 720*1280. */
   EnumRESOLUTION_720P = 2,
   /** The 1080P resolution. Generally, the video frame size is about 1080*1920. */
   EnumRESOLUTION_1080P = 0,
   /** The 1080P resolution. Generally, the video frame size is about 2160*3840. */
   EnumRESOLUTION_4K = 1
};
public enum EnumResolution : Int{
   /** Use the default resolution. Generally, the default resolution is 1080P. */
   EnumRESOLUTION_AUTO = 0,
   /** The 480P resolution. Generally, the video frame size is about 480*640. */
   EnumRESOLUTION_480P = 1,
   /** The 720P resolution. Generally, the video frame size is about 720*1280. */
   EnumRESOLUTION_720P = 2,
   /** The 1080P resolution. Generally, the video frame size is about 1080*1920. */
   EnumRESOLUTION_1080P = 0,
   /** The 1080P resolution. Generally, the video frame size is about 2160*3840. */
   EnumRESOLUTION_4K = 1
}

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version
    • Version 3.0.1
    • Version 3.0.0
    • Version 2.3.5
    • Version 2.3.2
    • Version 2.3.1
    • Version 2.3.0
    • Version 2.1.4
    • Version 2.1.3
    • Version 2.1.0
    • Version 2.0.0
    • Version 1.0.3
    • Version 1.0.1
    • Version 1.0.0
    Change +
    © 2003–2023 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support