justadudewhohacks/face-recognition.js

Creating a Mat from a VideoCapture

domvon opened this issue · 0 comments

Great package! Question, is there a way to create a Mat from a VideoCapture frame? I am trying to pass that frame mat to detector.detect(frame_mat). Thanks.