Stephan Petzl

Results 38 comments of Stephan Petzl

We would also like to use it in combination with Sentry... @clemp6r did you find a workaround?

@fk242 thats how I do it: ``` const encodeParams = [cv.IMWRITE_PNG_COMPRESSION, quality] const buffer = await cv.imencodeAsync('.png', mat, encodeParams) fs.writeFileSync(filepath, buffer) ```

Just noticed the same problem. Seems to be a bug.

Your errors don't look familiar to me. However, I managed to package opencv4nodejs 5.2.0 with electron 5.0.6. I used [a script](https://github.com/stoefln/electron-ocr/blob/main/scripts/fixDylibs.js) to fix and include the dependencies to system libraries...

Check out this project, it works for win and mac: https://github.com/fakob/MoviePrint_v004 For windows a simple dll copy instruction in the package.json helped in my case.

I am using opencv4nodejs in my electron project. Electron is about to [drop support for native non n-api modules](https://github.com/electron/electron/issues/18397) and that's a big issue for me. I would be willing...

Can somebody enlighten me? What's "idevicepair" and how do I get it? Is it available as command line application?