decodeFromVideoElementContinuously method

Promise<void> decodeFromVideoElementContinuously(
  1. VideoElement source,
  2. BarcodeDetectionCallback callbackFn
)

Implementation

external Promise<void> decodeFromVideoElementContinuously(
  VideoElement source,
  BarcodeDetectionCallback callbackFn,
);