TechStark / opencv-js

OpenCV JavaScript version for node.js or browser
Apache License 2.0
357 stars 32 forks source link

Uncaught 1052321672 ___cxa_throw opencv.js:30 #19

Open ajaykr089 opened 1 year ago

ajaykr089 commented 1 year ago

Hi there,

I am having an exception while using openCV with react-webcam, after few seconds opencv start throwing below error

image

exception error is not clear to me so unable to identify the issue :(

Please let me know if anyone else is having the same, OR how to resolve it

Thanks.

DeAntiWang commented 1 year ago

same question

daliborjelinek commented 1 year ago

Hi I'm facing the same issue.

Ho-no commented 1 year ago

Same question, does anyone know how to fix it?

ttt43ttt commented 9 months ago

try to use cv.exceptionFromPtr(err) to see what the exception is.