opencv4nodejs icon indicating copy to clipboard operation
opencv4nodejs copied to clipboard

Resume opencv4nodejs

Open piercus opened this issue 2 years ago • 3 comments

Hello @UrielCh @pdiaz @arvind-india @longtp12 @alalialisiong @Misoss @jeffreycrow @koush @stoefln @ogibor @kokarn @ht-jo @GM-Alex @aiham @Snusmumr1000 @ben60523 @mfukushim @Profab @sugumura @zegami @pck886 @ewanharris @psiservices-soriley

You may have noticed that the opencv4nodejs project is no longer maintained since 2 years, this is because @justadudewhohacks do not have enough time right, which we all understand.

I see on github that a lot of forks have been maintained during last months, and I'm afraid the forks will diverge too much, leaving the new comers in a difficult situation.

If you are interested to discusss this, i have open a channel #opencv4nodejs in the opencv.org slack. Please connect to the slack using this link and then join the discussion by connecting to the #opencv4nodejs channel.

Thanks for your help

piercus avatar Apr 14 '22 08:04 piercus

UrielCh/opencv4nodejs is now retro-compatible with justadudewhohacks/opencv4nodejs

UrielCh avatar Apr 18 '22 14:04 UrielCh

Hi, Great news for those people that do not want to build their OpenCV: I published @u4/opencv4nodejs V 6.2.4 today,

This version autodetects the common setup path for Brew on Mac, Chocolatey on Windows, and Apt on Linux.

  • Windows:

choco install opencv

  • Mac:

brew install opencv

  • debian:

apt -y install libopencv-contrib-dev libopencv-dev

just define environment variable: OPENCV4NODEJS_DISABLE_AUTOBUILD=1

And your prebuild OpenCV will be used.

You may need to call: npx build-opencv rebuild or npx build-opencv --nobuild rebuild (if you do not define OPENCV4NODEJS_DISABLE_AUTOBUILD variable)

UrielCh avatar Aug 30 '22 19:08 UrielCh

Have a look at https://github.com/justadudewhohacks/opencv4nodejs/issues/860 for how to add maintainers to the NPM package or transfer the ownership, @justadudewhohacks.

issuefiler avatar Nov 19 '22 20:11 issuefiler