This application allows you to generate and scan barcodes using your webcam.
The following is necessary to build and run this application.
- Java 17
./mvnw clean install
./mvnw clean javafx:run -pl app
Running the application in simulation mode allows for easy and reliable testing as it can simulate none or some webcams.
./mvnw clean javafx:run -pl app -Dsimulation.enabled=true -Dsimulation.fakeWebcams=true