khanamiryan/php-qrcode-detector-decoder

not woking

survetej94 opened this issue · 1 comments

getting below error
Fatal error: Uncaught exception 'ImagickException' with message 'UnableToOpenBlob `/qr.png': No such file or directory @ error/blob.c/OpenBlob/2702' in C:\xampp\htdocs\qrread\vendor\libern\qr-code-reader\src\lib\QrReader.php:69 Stack trace: #0 C

Seams like the path to your image is wrong. Try using DIRECTORY_SEPARATOR instead a slash or backslash and proof that your script can access the image.