Vincent Mühler

Results 149 comments of Vincent Mühler

Hmm, I can't reproduce this. Just tried with 4.2.0 and it works fine. Are you sure opencv4nodejs did build successfully?

Looks like a problem related to the mac OS system. Probably same as: https://github.com/electron/electron/issues/11456. Not sure if it is even related to electron though. I probably can't help you out...

Hi, I am not sure if I get the question correctly. You should be able to do that, this repo gives you an example how to achieve that.

Yes these are the only steps. Well with electron you don't need a nodejs server, you can use the opencv4nodejs code directly in your electron application, like I did in...

There shouldn't be much of a difference in performance.

Are you trying to open a webcam stream or a video file? In the latter case I would assume that the path to the file is simply wrong. Try to...

Hm I see. Well as I said in the other issue, I am not familar with rtsp. So opening the stream works from a nodejs server, but not from electron....

I simply did call the constructor with the rtsp endpoint of an example video file: `var cap = new cv.VideoCapture('rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov')`. However reading from this example endpoint gave me empty images,...

We definitely need a better way to detect, whether the module is bundled with webpack. Maybe one should simply set an enivronment variable, that we are checking for in the...

Hi, Shouldn't you be connecting to the IP of your docker machine instead of localhost? Check `docker-machine ls` to get the IP.