Uriel Chemouni
Uriel Chemouni
7.0.0-alpha-6 is out, and works fine as ESM.
@u4/[email protected] exports were incorrect. @u4/[email protected] exports are workings
@u4/opencv4nodejs@7 is out.
I notice some strange error with nodeJS 22. what is your environement ?
For now, you can define them in your code and use them directly. Constant values are just numbers. Alternatively, open a PR if you want to share those constants with...
Check these commit: https://github.com/UrielCh/opencv-electron/commit/67d83d0217f38f7d279779e6246bb503ad5700f0 by https://github.com/zcmgyu
you should try a tested version, I did not tryed yet V4.8.0.
le me plug a Pi4B I used to build is on Raspberry Pi from source. ```bash sudo apt install libopencv-dev Reading package lists... Done Building dependency tree... Done Reading state...
after a call to `npx build-opencv build` see that tracking is not present in the raspberry pi prebuilt version. ```bash opencv_version 4.5.1 ```
next try: ```bash export OPENCV_BUILD_ROOT=~/opencv && export OPENCV4NODEJS_DISABLE_AUTOBUILD=0 && time npx build-opencv --version=4.6.0 rebuild ``` failed `/bin/sh: 1: cmake: not found` ```bash sudo apt install cmake ``` try again: ```bash...