peterbraden/node-opencv

Media Stream

Opened this issue · 0 comments

Is it possible to use

const camera = new cv.VideoCapture()

with

Media Stream?

I am trying to make electron app that records a window and then it detects some objects using haar classifier. However I have really hard time finding out how to record screen/window and send that screen to node opencv.