1 | initial version |
Got it - see this example https://docs.opencv.org/3.4.0/d2/d99/tutorial_js_face_detection.html If you enable network analysis in your browser you will see a XHR request https://docs.opencv.org/3.4.0/haarcascade_eye.xml
So as written in the comment above: Make sure you webserver allows access to the cascade file. Just try to query that file via you webbrower - if it is returned - your program can load that file.
This should solve your problem - if so - say thx and close the thread as solved :-)