https://github.com/dynamsoft/camera-enhancer-javascript-samples
Samples for Dynamsoft Camera Enhancer Javascript edition
https://github.com/dynamsoft/camera-enhancer-javascript-samples
camera dynamsoft javascript
Last synced: 11 months ago
JSON representation
Samples for Dynamsoft Camera Enhancer Javascript edition
- Host: GitHub
- URL: https://github.com/dynamsoft/camera-enhancer-javascript-samples
- Owner: Dynamsoft
- Created: 2021-12-21T03:03:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T10:05:34.000Z (over 1 year ago)
- Last Synced: 2024-07-26T11:30:22.079Z (over 1 year ago)
- Topics: camera, dynamsoft, javascript
- Language: HTML
- Homepage: https://www.dynamsoft.com/camera-enhancer/docs/programming/javascript/
- Size: 2.12 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dynamsoft Camera Enhancer samples for the web
⚠️ **Notice:** This repository has been **archived**. For the latest examples utilizing camera enhancer features, please visit the **[Dynamsoft Barcode Reader Samples](https://github.com/Dynamsoft/barcode-reader-javascript-samples)** or **[Dynamsoft Capture Vision Samples](https://github.com/Dynamsoft/capture-vision-javascript-samples)** repository. 🚀
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).
## Request a trial license
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).
## Documentation
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).
## Support
If you have any questions, feel free to [contact Dynamsoft support](https://www.dynamsoft.com/company/contact?utm_source=sampleReadme).
## Sample list
### Hello World
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/).
* [**Hello World**](./hello-world/hello-world.html)
* [**Hello World in Angular**](./hello-world/angular)
* [**Hello World in React**](./hello-world/react)
* [**Hello World in Vue**](./hello-world/vue)
### Explore Features
* [**Control Camera**](./control-camera/index.html): Learn how to control the camera to capture frames.
* [**Customize UI**](./customize-ui/customize-ui.html): Discover ways to personalize the user interface to better suit your preferences.
* [**Draw Shapes**](./draw-shapes/index.html): Explore tools for drawing various shapes directly onto the screen, perfect for annotations, highlights, and creative designs.
* [**Fetch Video Frame**](./fetch-video-frame/index.html): Find out how to extract and work with individual video frames.
* [**Enhanced Features**](./enhanced-features/index.html): Dive into advanced features such as auto-zoom, enhanced focus, and tap-to-focus.