File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Dynamsoft Capture Vision SDK for Barcode Detection
2
+ This repository contains example code for using the Dynamsoft Capture Vision SDK to detect barcodes in images.
3
+
4
+
5
+ ## Prerequisites
6
+ - [ Dynamsoft Capture Vision Trial License] ( https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform )
7
+
8
+ ``` python
9
+ errorCode, errorMsg = LicenseManager.init_license(
10
+ " LICENSE-KEY" )
11
+ ```
12
+
13
+ - SDK Installation
14
+
15
+ ```bash
16
+ pip install - r requirements.txt
17
+ ```
18
+
19
+ # # Supported Platforms
20
+ - Windows
21
+ - Linux
22
+ - macOS
23
+
24
+
25
+ # # Examples
26
+ - [camera.py](./ camera.py): Detect barcodes from a camera video stream.
27
+ - [file .py](./ file .py): Detect barcodes from an image file and display the results in a window.
You can’t perform that action at this time.
0 commit comments