blob: acefe7b698788c3221ba7981c9f137bf1896a014 (
plain)
1
2
3
4
5
6
7
8
9
|
@set PATH=%PATH%;C:\Program Files (x86)\ZBar\bin
@echo This is the zbarcam output window.
@echo Hold a bar code in front of the camera (make sure it's in focus!)
@echo and decoded results will appear below.
@echo.
@echo Initializing camera, please wait...
@echo.
@zbarcam.exe --prescale=640x480
@if errorlevel 1 pause
|