Replies: 2 comments 16 replies
-
Perhaps these will help: change,
to
and create a "/static" directory in your flash and move your image file there so that you have a "/static/foto.jpg" file. |
Beta Was this translation helpful? Give feedback.
16 replies
-
Here is also one firmware with webcam example: micropython-camera-API |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to display on a web page the video of my new Esp32-Cam that I just received.
I noticed that 90% of the tutorials are based on Arduino.
I also saw that there were two main firmware:
https://github.com/shariltumin/esp32-cam-micropython-2022, I could not install it and this one:
https://github.com/lemariva/micropython-camera-driver, which works on my card.
To start I wanted to display an image on a web page, and I'm already stuck.
The main.py and foto.jpg files are on the root
main.py
index.html
It's really basic but the image is not displayed on the web page, and I have the following message:
index.html file works fine with Visual Studio Code
What am I missing?
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions