Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I need to process live web streaming video with opencv in django webframe work.

I have implemented live web streaming with Javascript (navigator.mediaDevices.getUserMedia) but i'can't able to send those frame bytes to the server for processing video with python-opencv .

What I have tried:

Implemented javascript-opencv for processing the video but in javascript there are some limitation for using opencv. so, I can't able achieve the implementations.

Example: I can't implement puttext() method in opencv-javascript but i can do it in python-opencv

If I get the frame bytes to server. I can process it through python-opencv.

Kindly give your suggestion on this. Thanks in advance
Posted
Updated 11-Nov-19 20:11pm
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900