Uriel Chemouni

Results 303 comments of Uriel Chemouni

Please provide all the lines you tape to produce the error and your environment variables. in your case try a `build-opencv rebuild` without the version argument. and please define your...

Do so, use the chocolate build, The project contains a special code for that purpose. and this case is tested by github action just here: https://github.com/UrielCh/opencv4nodejs/blob/master/.github/workflows/prebuild.yml

I'm currently working on a react native project that do not use openCV, I can not help you with that for now. I have a familly to feed... and yes...

1st point: - `Build` only build module will not works if called without a previous `configure` - `Rebuild` equivalent to clean + configure + build ... All the command are...

In the new version, I moved all macros inside the [cc/native-node-utils](https://github.com/UrielCh/opencv4nodejs/tree/master/cc/native-node-utils) directory, I started to add some comments on macro, and I would appreciate some assistance on this part. Ideally,...

I do not remember how it woorks. but As I told you find existing code with params and return type, and that will be easy. the function is : `void...

Can you log the element that looks not to have the correct type, before the crash?

The Async implementation is a generic implementation, so it is available mostly anywhere. please consider finding an iso-prototyped function for magnitude(a,b) then simply duplicate the code, and that will work,...

yep. Implement it once, get it twice 😄 But you must write it twice in the typings files. that is also the case for optional parameters, all optional parameters can...

`OPENCV_LIB_DIR must be define if auto-build is disabled,` OPENCV4NODEJS_DISABLE_AUTOBUILD is still enabled.