How to connect opencv-python frame with html page [closed]

asked 2020-02-25 01:01:11 -0600

nigamakash908 gravatar image

updated 2020-02-25 10:06:34 -0600

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

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by berak
close date 2020-02-25 10:43:10.397515

Comments

1

imho, this is quite off-topic.

you'll have to start a webserver, accept images via http, and write html responses.

berak gravatar imageberak ( 2020-02-25 01:52:06 -0600 )edit

But how can u help me

nigamakash908 gravatar imagenigamakash908 ( 2020-02-25 10:09:40 -0600 )edit

But how can u help me

nigamakash908 gravatar imagenigamakash908 ( 2020-02-25 10:10:26 -0600 )edit
1

are you aware, that you have to get the image from client to the server in the 1st place ?

berak gravatar imageberak ( 2020-02-25 10:51:54 -0600 )edit