Currently, I am in the process of creating a web application for detecting QrCodes using Opencv.Js. Everything is working smoothly with functions like findcountour
and GaussianBlur
, but it appears that cv.QRCodeDetector()
is not available.
let detector = cv.QRCodeDetector()
This results in:
The error message: 'cv.QRCodeDetector is not a function'