Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devinbileck/barcodes
Generate and scan barcodes using your webcam
https://github.com/devinbileck/barcodes
barcode-generator barcode-scanner java webcam
Last synced: about 2 months ago
JSON representation
Generate and scan barcodes using your webcam
- Host: GitHub
- URL: https://github.com/devinbileck/barcodes
- Owner: devinbileck
- Created: 2022-10-12T19:02:56.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T20:57:38.000Z (9 months ago)
- Last Synced: 2024-10-12T20:36:38.748Z (3 months ago)
- Topics: barcode-generator, barcode-scanner, java, webcam
- Language: Java
- Homepage:
- Size: 838 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Barcodes
This application allows you to generate and scan barcodes using your webcam.
# Screenshots
![Main View](./images/main_view.png)
![Generate View](./images/generate_view.png)
![Scan View](./images/scan_view.png)## Prerequisites
The following is necessary to build and run this application.
- Java 17## How to Build
```shell
./mvnw clean install
```## How to Run
```shell
./mvnw clean javafx:run -pl app
```### Simulation Mode
Running the application in simulation mode allows for easy and reliable testing as it can simulate none or some webcams.
```shell
./mvnw clean javafx:run -pl app -Dsimulation.enabled=true -Dsimulation.fakeWebcams=true
```