How to connect opencv-python frame with html page [closed]
I am using opencv-python to create my project and I have created a face detection in python but how to call the frame which is generated by * *file to html
imho, this is quite off-topic.
you'll have to start a webserver, accept images via http, and write html responses.
But how can u help me
But how can u help me
are you aware, that you have to get the image from client to the server in the 1st place ?