Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```