You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This repository contains multiple samples that demonstrates how to use the [Dyna
6
6
7
7
Get the basic features of the library working with plain/native JavaScript or within a framework like [Angular](https://angular.io/), [React](https://reactjs.org/) or [Vue](https://vuejs.org/), etc.
8
8
9
-
***Simplest Implementation**: Minimum necessary JavaScript code to get the BarcodeScanner (video) up and running.
9
+
***Hello World**: Minimum necessary JavaScript code to get the BarcodeScanner (video) up and running.
10
10
***Read an Existing Image**: Decode barcodes using images that are stored locally, whether on mobile or desktop.
11
11
***Hello World in Angular**: Decode video stream in an Angular Application from a USB-connected or built-in camera (mobile or desktop).
12
12
***Hello World in React**: Decode video stream in a React Application from a USB-connected or built-in camera (mobile or desktop).
@@ -22,9 +22,9 @@ Get the basic features of the library working with plain/native JavaScript or wi
22
22
## Customize Camera UI
23
23
24
24
***Use the Default Camera UI**: Show the default camera UI to decode video stream from a USB-connected or built-in camera (mobile or desktop).
25
-
***Hide Built-in Controllers**: Hide built-in UI elements (camera selection, resolution selection, etc.) and show only the video stream.
26
-
***Use External Controllers**: Use custom controllers to manipulate the Camera UI.
27
-
***Enlarge the Video Stream**: Enlarge the video stream temporarily to read a barcode.
25
+
***Hide Display Controls**: Hide built-in UI elements (camera selection, resolution selection, etc.) and show only the video stream.
26
+
***Set up External Controls**: Use custom controllers to manipulate the Camera UI.
27
+
***Changing Size of Video Viewer**: Enlarge the video stream temporarily to read a barcode.
28
28
***Customize the Camera UI**: Show the custom camera UI to decode video stream from a USB-connected or built-in camera (mobile or desktop).
29
29
30
30
## Parameter Settings
@@ -48,4 +48,6 @@ Use cases of the library.
48
48
49
49
***Debug**: Collect the actual image frames for debugging purposes.
50
50
51
-
If you have any questions with these samples, feel free to submit an issue or [contact us](https://www.dynamsoft.com/company/contact/).
51
+
## Support
52
+
53
+
If you have any questions, feel free to contact Dynamsoft support via [email](mailto:support@dynamsoft.com) or [live chat](https://www.dynamsoft.com/barcode-reader/overview/) via the "Let's Chat" button.
the BarcodeScanner (video) up and running." class="button title" href="1.hello-world/1.hello-world.html">Hello World</a><spanid="icon001" class="tooltipIcon"></span>
24
23
<aclass="github" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/master/1.hello-world/1.hello-world.html" title="Check code on GitHub"></a>
<aclass="github" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/master/1.hello-world/10.read-video-pwa" title="Check code on GitHub"></a>
121
119
</div>
122
-
<divclass="file"><adata-balloon-length="fit" data-balloon-pos="down" aria-label="Decode video stream from a USB-connected or built-in camera (mobile or desktop) in a web application that uses RequireJS." class="button title" target="_blank" href="https://www.dynamsoft.com/barcode-reader/programming/javascript/samples-demos/helloworld-requirejs.html">Hello
120
+
<divclass="file"><adata-balloon-length="fit" data-balloon-pos="down" aria-label="Decode video stream from a USB-connected or built-in camera (mobile or desktop) in a web application that uses RequireJS." class="button title" href="1.hello-world/11.read-video-requirejs.html">Hello
<aclass="github" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/master/1.hello-world/11.hello-world-requirejs.html" title="Check code on GitHub"></a>
126
124
</div>
127
-
<divclass="file"><adata-balloon-length="fit" data-balloon-pos="down" aria-label="Decode video stream from a USB-connected or built-in camera (mobile or desktop) in a web application that uses ES6." class="button title" target="_blank" href="https://demo.dynamsoft.com/Samples/DBR/JS/1.hello-world/12.read-video-es6.html">Hello
125
+
<divclass="file"><adata-balloon-length="fit" data-balloon-pos="down" aria-label="Decode video stream from a USB-connected or built-in camera (mobile or desktop) in a web application that uses ES6." class="button title" href="1.hello-world/12.read-video-es6.html">Hello
0 commit comments