Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Turns out

utils.loadOpenCv(() => {

Doesn't load openCV.js correctly as i thought it did. To fix the issue i used:

cv['onRuntimeInitialized']=()=>{

now no longer running into any error catches :D