{"id":18696310,"url":"https://github.com/dynamsoft/capture-vision-cordova-samples","last_synced_at":"2025-04-12T07:30:59.322Z","repository":{"id":40477291,"uuid":"98137739","full_name":"Dynamsoft/capture-vision-cordova-samples","owner":"Dynamsoft","description":"Dynamsoft Capture Vision Cordova SDK Samples","archived":false,"fork":false,"pushed_at":"2024-07-31T08:45:47.000Z","size":51,"stargazers_count":5,"open_issues_count":1,"forks_count":8,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-18T14:59:52.676Z","etag":null,"topics":["1d-barcode","android","barcode","barcode-reader","cordova","cordova-plugin","datamatrix","document-scanner","ios","label-recognition","linear-barcode","mobile-barcode","pdf417","qrcode"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dynamsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-07-24T01:40:20.000Z","updated_at":"2024-05-31T09:33:42.000Z","dependencies_parsed_at":"2023-02-09T10:16:25.057Z","dependency_job_id":"d19a80a1-e3e5-4a4b-b095-2a7bc8b6b77e","html_url":"https://github.com/Dynamsoft/capture-vision-cordova-samples","commit_stats":{"total_commits":27,"total_committers":6,"mean_commits":4.5,"dds":0.5925925925925926,"last_synced_commit":"a0c582be4ed95b810ce454a786b1434e630f7b9a"},"previous_names":["dynamsoft/capture-vision-cordova"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamsoft%2Fcapture-vision-cordova-samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamsoft%2Fcapture-vision-cordova-samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamsoft%2Fcapture-vision-cordova-samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamsoft%2Fcapture-vision-cordova-samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dynamsoft","download_url":"https://codeload.github.com/Dynamsoft/capture-vision-cordova-samples/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248533599,"owners_count":21120126,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["1d-barcode","android","barcode","barcode-reader","cordova","cordova-plugin","datamatrix","document-scanner","ios","label-recognition","linear-barcode","mobile-barcode","pdf417","qrcode"],"created_at":"2024-11-07T11:18:01.930Z","updated_at":"2025-04-12T07:30:59.026Z","avatar_url":"https://github.com/Dynamsoft.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dynamsoft Capture Vision samples for Cordova Edition\n\nThis repository contains multiple samples that demonstrate how to use the Dynamsoft Capture Vision Cordova Edition.\n\n* [User Guide](https://www.dynamsoft.com/capture-vision/docs/mobile/programming/cordova/user-guide/barcode-reader.html?product=dbr\u0026version=latest\u0026repoType=mobile)\n* [API Reference](https://www.dynamsoft.com/capture-vision/docs/mobile/programming/cordova/api-reference/?product=dbr\u0026version=latest\u0026repoType=mobile)\n\n## System Requirements\n\n### Cordova Platforms\n\n* Cordova Android: 10.1.1+\n* Cordova iOS: 6.2.0\n\n### Android\n\n* Supported OS: Android 5.0 (API Level 21) or higher.\n* Supported ABI: **armeabi-v7a**, **arm64-v8a**, **x86** and **x86_64**.\n* Development Environment: Android Studio 3.4+ (Android Studio 4.2+ recommended).\n* JDK: 1.8+\n\n### iOS\n\n* Supported OS: **iOS 11.0** or higher.\n* Supported ABI: **arm64** and **x86_64**.\n* Development Environment: Xcode 7.1 and above (Xcode 13.0+ recommended), CocoaPods 1.11.0+.\n\n## Samples\n\n| Sample Name | Description |\n| ----------- | ----------- |\n| `BarcodeReaderSimpleSample` | This is a sample that illustrates the simplest way to recognize barcodes from video streaming with Dynamsoft Capture Vision Cordova SDK. |\n\n### Install the Dependencies\n\n```bash\ncordova plugin add dynamsoft-capture-vision-cordova\n```\n\n\u003e If you use a sample as the template to initialize your project, you don't need to manually add the dependency. The dependencies will be added when you add the platforms.\n\n### Run the Project\n\n#### Run Android on Windows or macOS\n\n1. Add the platform first with the following command.\n\n    ```bash\n    cordova platform add android\n    ```\n\n2. Run the Project with the following command.\n\n    ```bash\n    cordova run android\n    ```\n\n\u003e You might meet issues on gradle path if it is the first time to run Cordova on your Windows system. The following steps will help you on solving this issue:\n\u003e\n\u003e * Open **Environment Variables**\n\u003e * Look for **Path** in the **System variables**, open it.\n\u003e * Click **New** and add the path of your gradle bin folder to the environment variables. For exmaple: \"C:\\Users\\admin\\\\.gradle\\wrapper\\dists\\gradle-6.4-all\\gradle-6.4\\bin\".\n\n#### Run iOS on macOS\n\n1. Add the platform first.\n\n    ```bash\n    cordova platform add ios\n    ```\n\n2. Open the **platforms/ios/SimpleBarcodeScanner.xcworkspace** with Xcode. Complete the *Signing \u0026 Capabilities* section of the project configuration via Xcode to avoid any signature errors during the build.\n\n## License\n\n* You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dbr\u0026utm_source=github\u0026package=cordova\u0026version=9) link.\n\n## Contact\n\nhttps://www.dynamsoft.com/company/contact/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynamsoft%2Fcapture-vision-cordova-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdynamsoft%2Fcapture-vision-cordova-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynamsoft%2Fcapture-vision-cordova-samples/lists"}