Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
ScannerPlayCallbackInfo
interface
ScannerPlayCallbackInfo
-
deviceId: string
-
width: number
-
height: number
scanner.onPlayed = rsl=>{ console.log(rsl.width+'x'+rsl.height) };
await scanner.show(); // or open, play, setCurrentCamera, like these.