An open API service indexing awesome lists of open source software.

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

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.