Hello guys.I am wondering about "How to read Videos frame by frame from internet (youtube,dailymotion...) using an url with OPENCV.js ?"
I do some research on google and i find this topic http://answers.opencv.org/question/24154/how-to-using-opencv-api-get-web-video-stream/#24156
But this code doesn't work on OPENCV.js
VideoCapture cap;
cap.open(https://youtu.be/ih2xubMaZWI);
i don't want to store them before processing. i can't store all the stream in desktop.