Inglebard / esp32cam-relay

35 stars 16 forks source link

I could not get any camera image on the browser #1

Closed egeozgul closed 3 years ago

egeozgul commented 3 years ago

On the esp32 uart terminal, it printed the following line which shows that it connected to the server.

[WSc] Connected to url: /jpgstream_server Image sent Image sent

But I could not get any image on the browser. I attached the blank html page. I would appreciate if you could give a hint regarding what might be wrong.

Untitled

Inglebard commented 3 years ago

Hi @egeozgul ,

You are using HTTP and not HTTPS what's why I suppose it is not working. I just make a commit and hope it will works. https://github.com/Inglebard/esp32cam-relay/commit/e3f0cea314811dfcd64f4146a8749c43d63b9682

If is still don't can you check your web console ? (F12 for firefox and chrome and refresh the page)

egeozgul commented 3 years ago

It worked! You're awesome!! Thank you for your work!

Inglebard commented 3 years ago

@egeozgul Nice, I close the issue.