Files
canteen-asset-tracker/static
shawn 8cc563374d fix: call listVideoInputDevices on reader instance, not static
ZXing.BrowserMultiFormatReader.listVideoInputDevices is an instance
method, not a static method. Call codeReader.listVideoInputDevices()
after creating the reader. Also wrap in try/catch with null fallback
so decodeFromVideoDevice picks the default camera if enumeration fails.
2026-05-20 15:32:44 -04:00
..