Ask Your Question
-1

Error 6586736 in opencv.js

asked 2020-09-14 03:22:59 -0600

updated 2020-10-04 02:02:08 -0600

I use opencv.js and in try-catch(e) block sometimes I see an error like 6586736 or other different big numbers. What does it mean?

edit retag flag offensive close merge delete

Comments

we can't help, without seing your code, and an explanation, what you are trying to do there ;(

berak gravatar imageberak ( 2020-09-14 03:27:10 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2020-10-04 12:33:06 -0600

kpachinger gravatar image

Check the console or use Utils.js per the tutorials. You would see the error may be improper function parameters, invalid mat(s), or context for lack of output.

<p class="err" id="errorMessage"></p>
let utils = new Utils('errorMessage');
utils.loadOpenCv(() => {
  //your code
});
edit flag offensive delete link more

Comments

Thank you for your answer, but there are some different utils.js in the Web: https://querybuilder.js.org/api/utils...https://www.winpcware.com/ru/extensio...https://mochajs.org/api/utils.js.htmlhttps://doc-kurento.readthedocs.io/en...

Can you give me a reference to it?

victordenisneko gravatar imagevictordenisneko ( 2020-10-07 07:13:19 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2020-09-14 03:22:59 -0600

Seen: 784 times

Last updated: Oct 04 '20