Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Is there a way to read i videos from internet?(Opencv.JS)

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.

Is there a way to read i videos from internet?(Opencv.JS)

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.

Is there a way to read i videos from internet?(Opencv.JS)

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

I try this mp4 url

VideoCapture cap;
cap.open(https://www.w3schools.com/html/mov_bbb.mp4);

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 think VideoCapture has different syntax on Opencv.JS and i can't store all the stream in desktop.find this syntax on opencv.JS documentation

Is there a way to read videos from internet?(Opencv.JS)

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

I try this mp4 url

VideoCapture cap;
cap.open(https://www.w3schools.com/html/mov_bbb.mp4);

But this code doesn't work on OPENCV.js

VideoCapture cap;
cap.open(https://youtu.be/ih2xubMaZWI);

I think VideoCapture has different syntax on Opencv.JS and i can't find this syntax on opencv.JS documentation