Commit Graph

2 Commits

Author SHA1 Message Date
730cbf5b1b Add library refactor plan
Documents the intended API, template loading strategy, scan modes,
ZXing bundling approach, and project structure for the reusable
barcode scanner library.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-21 23:51:22 +00:00
b98534214f Initial barcode scanner webapp
Camera-based barcode scanner using ZXing for decoding. Requests wide
video (256x2048), rotates to landscape for decoding, applies contrast
boost and tries both HybridBinarizer and GlobalHistogramBinarizer.
Includes camera selector, manual/auto focus controls, and focus slider.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-21 23:41:23 +00:00