Results 18 comments of Can Do

Tried many filters, as well as `setMinBytes > 0`, none helps, constantly `packet: length 0 bytes, truncated? no`, not a single packet with length > 0

And CI using node version

So it's only compilation test, not for actual packet capture one ?

Is there any public result for unit tests with win10, node14, npcap-0.9991 ? Because I don't have a clue why it's not working

Looks like npcap-0.98 working, at least got non-zero length bytes flow. But would be nice to have latest npcap version support. Thank you.

Well, it's not capturing any TCP packets, with or without filters. Network device https://i.imgur.com/R86LguP.jpg

1. `npm i -g npm@6` 2. `npm i opencv4nodejs --save` 3. `npm i -g npm@latest`

add to `package.json` ``` "opencv4nodejs": { "disableAutoBuild": 1 }

Don't know how it works on Mac. Just install / build plain opencv. Make links in `package.json`, like mine, but with your paths: ``` "opencv4nodejs": { "disableAutoBuild": 1, "opencvIncludeDir": "R:\\OpenCV\\opencv\\build\\include",...

And that is the problem, because I don't know what exact requirements, what deprecated or not yet supported. Every once a while, when I trying to use this binding, never...