Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

capacitor-plugin-dynamsoft-barcode-reader

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capacitor-plugin-dynamsoft-barcode-reader

A capacitor plugin for Dynamsoft Barcode Reader

  • 1.3.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
13
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

capacitor-plugin-dynamsoft-barcode-reader

version

A capacitor plugin for Dynamsoft Barcode Reader and Dynamsoft Camera Enhancer.

Supported Platforms

  • Android
  • iOS
  • Web

Install

npm install capacitor-plugin-dynamsoft-barcode-reader
npx cap sync

Or install from a local folder

npm install <path-to-the-project>
npx cap sync

Demo

API

initialize(...)

initialize(options?: Options | undefined) => Promise<{ success?: boolean; message?: string; }>
ParamType
optionsOptions

Returns: Promise<{ success?: boolean; message?: string; }>


initRuntimeSettingsWithString(...)

initRuntimeSettingsWithString(options: { template: string; }) => Promise<void>
ParamType
options{ template: string; }

toggleTorch(...)

toggleTorch(options: { on: boolean; }) => Promise<void>
ParamType
options{ on: boolean; }

startScan()

startScan() => Promise<void>

stopScan()

stopScan() => Promise<void>

resumeScan()

resumeScan() => Promise<void>

pauseScan()

pauseScan() => Promise<void>

stopScan()

stopScan() => Promise<void>

getAllCameras()

getAllCameras() => Promise<{ cameras?: string[]; message?: string; }>

Returns: Promise<{ cameras?: string[]; message?: string; }>


getSelectedCamera()

getSelectedCamera() => Promise<{ selectedCamera?: string; message?: string; }>

Returns: Promise<{ selectedCamera?: string; message?: string; }>


selectCamera(...)

selectCamera(options: { cameraID: string; }) => Promise<{ success?: boolean; message?: string; }>
ParamType
options{ cameraID: string; }

Returns: Promise<{ success?: boolean; message?: string; }>


getResolution()

getResolution() => Promise<{ resolution?: string; message?: string; }>

Returns: Promise<{ resolution?: string; message?: string; }>


setResolution(...)

setResolution(options: { resolution: number; }) => Promise<{ success?: boolean; message?: string; }>
ParamType
options{ resolution: number; }

Returns: Promise<{ success?: boolean; message?: string; }>


setScanRegion(...)

setScanRegion(options: ScanRegion) => Promise<{ success?: boolean; message?: string; }>
ParamType
optionsScanRegion

Returns: Promise<{ success?: boolean; message?: string; }>


setZoom(...)

setZoom(options: { factor: number; }) => Promise<{ success?: boolean; message?: string; }>
ParamType
options{ factor: number; }

Returns: Promise<{ success?: boolean; message?: string; }>


setFocus(...)

setFocus(options: { x: number; y: number; }) => Promise<{ success?: boolean; message?: string; }>
ParamType
options{ x: number; y: number; }

Returns: Promise<{ success?: boolean; message?: string; }>


destroy()

destroy() => Promise<void>

setEngineResourcePath(...)

setEngineResourcePath(path: string) => Promise<void>
ParamType
pathstring

setDefaultUIElementURL(...)

setDefaultUIElementURL(url: string) => Promise<void>
ParamType
urlstring

addListener(...)

addListener(eventName: 'onFrameRead', listenerFunc: onFrameReadListener) => Promise<PluginListenerHandle> & PluginListenerHandle
ParamType
eventName"onFrameRead"
listenerFunc(result: ScanResult) => void

Returns: Promise<PluginListenerHandle> & PluginListenerHandle


addListener(...)

addListener(eventName: 'onPlayed', listenerFunc: onPlayedListener) => Promise<PluginListenerHandle> & PluginListenerHandle
ParamType
eventName"onPlayed"
listenerFunc(result: { resolution: string; }) => void

Returns: Promise<PluginListenerHandle> & PluginListenerHandle


removeAllListeners()

removeAllListeners() => Promise<void>

Interfaces

Options
PropType
licensestring
dceLicensestring
ScanRegion

measuredByPercentage: 0 in pixel, 1 in percent

PropType
leftnumber
topnumber
rightnumber
bottomnumber
measuredByPercentagenumber
PluginListenerHandle
PropType
remove() => Promise<void>

Supported Barcode Symbologies

  • Code 11
  • Code 39
  • Code 93
  • Code 128
  • Codabar
  • EAN-8
  • EAN-13
  • UPC-A
  • UPC-E
  • Interleaved 2 of 5 (ITF)
  • Industrial 2 of 5 (Code 2 of 5 Industry, Standard 2 of 5, Code 2 of 5)
  • ITF-14
  • QRCode
  • DataMatrix
  • PDF417
  • GS1 DataBar
  • Maxicode
  • Micro PDF417
  • Micro QR
  • PatchCode
  • GS1 Composite
  • Postal Code
  • Dot Code
  • Pharmacode

Version

For versions >= 1.3.1, Dynamsoft Barcode Reader 9 is used.

For version 1.3.0, Dynamsoft Barcode Reader Mobile 9 and Dynamsoft Barcode Reader JavaScript 8.8.7 are used.

For versions < 1.3.0, Dynamsoft Barcode Reader 8 is used.

Keywords

FAQs

Package last updated on 31 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc