Replies: 2 comments 9 replies
-
Thank your for submiting, please be sure you followed template or your issue may be dismissed. if you deleted the template it is here |
Beta Was this translation helpful? Give feedback.
0 replies
-
ESP3D does not support https , also it does not use the http server used in esp32cam example because it use too much resources |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to run the CameraWebServer example with https. I started by including esp_https_server.h instead of esp_http_server.h and changing the startCameraServer() function as follows:
If I include esp_http_server.h the original code will compile and everything runs fine. If I include esp_https_server.h the changes will compile and the webserver nicely comes up at port 443. The menu shows and I can get a still from the camera. The only thing that doesn't work is what it's all about: the live stream. The video window shows but only with a broken image icon. I see no messages in the terminal window in PlatformIO or anything in the browser.
Is it possible to get this working, any ideas?
Beta Was this translation helpful? Give feedback.
All reactions