I wrote an Python program to save the frame when it will detect faces in frame. but the problem is python run on server so that After starting the server when call python script from nodejs (Actually I'm using nodejs as backend ) the camera of server start, so I used HTML5 and JS to Start the client's Camera, and I want to send this Streaming to python. Hence I intended to send the HTML5 Streaming to Python ( I want to send the streaming to VideoCapture() method of opencv-python).
↧