Error 6586736 in opencv.js
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?
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?
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
});
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?
Asked: 2020-09-14 03:22:59 -0600
Seen: 941 times
Last updated: Oct 04 '20
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
Assertion Error in Kalman Filter python OpenCV 2.4.0
Compiling OpenCV for iOS - no product type error
Earth Mover's Distance EMD() results in memory access error
Mergevec.cpp : Error (compilation)
Mergevec.cpp possible alternative
OpenCV-2.4.2-android-sdk missing build.xml?
OpenCV on VS 2010 Express, Invalid License Data Error
RGB2Gray::operator() causing segmentation fault when using Python
Retrying to use opencv- this time 25 linker errors- win7 64bit vc10 vs2010
we can't help, without seing your code, and an explanation, what you are trying to do there ;(