Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit c054dc9

Browse files
authored
Merge pull request #17 from Dynamsoft/a362758199-patch-1
Update README.md
2 parents 7100d02 + 64eac49 commit c054dc9

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

README.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,35 @@
1-
# camera-enhancer-javascript-samples
1+
# Dynamsoft Camera Enhancer samples for the web
2+
3+
This repository contains multiple samples that demonstrate how to use the [Dynamsoft Camera Enhancer JavaScript Edition](https://www.dynamsoft.com/camera-enhancer/docs/core/introduction/index.html).
4+
5+
## Request a trial license
6+
7+
To utilize advanced features such as auto-zoom, enhanced focus, and tap-to-focus, you will need to [request a trial license](https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&package=js&utm_source=sampleReadme).
8+
9+
## Documentation
10+
11+
For the developer guide and full API reference of Dynamsoft Camera Enhancer JavaScript library, please check out the [documentation](https://www.dynamsoft.com/camera-enhancer/docs/web/programming/javascript/index.html).
12+
13+
## Support
14+
15+
If you have any questions, feel free to [contact Dynamsoft support](https://www.dynamsoft.com/company/contact?utm_source=sampleReadme).
16+
17+
## Sample list
18+
19+
### Hello World
20+
21+
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/).
22+
23+
* [**Hello World**](./hello-world/hello-world.html)
24+
* [**Hello World in Angular**](./hello-world/angular)
25+
* [**Hello World in React**](./hello-world/react)
26+
* [**Hello World in Vue**](./hello-world/vue)
27+
28+
### Explore Features
29+
30+
* [**Control Camera**](./control-camera/index.html): Learn how to control the camera to capture frames.
31+
* [**Customize UI**](./customize-ui/customize-ui.html): Discover ways to personalize the user interface to better suit your preferences.
32+
* [**Draw Shapes**](./draw-shapes/index.html): Explore tools for drawing various shapes directly onto the screen, perfect for annotations, highlights, and creative designs.
33+
* [**Fetch Video Frame**](./fetch-video-frame/index.html): Find out how to extract and work with individual video frames.
34+
* [**Enhanced Features**](./enhanced-features/index.html): Dive into advanced features such as auto-zoom, enhanced focus, and tap-to-focus.
35+

0 commit comments

Comments
 (0)