Currently I'm a bit flummoxed.
I'm working with a Pi Pico W. I have it set up as a captive portal but the webpage is held on the Pico W as a file. I have seen a constantly updated webpage of changing temperatures using the Pico W as the webserver.
What I'm researching right now is how to use the OV7670 camera to take a photo then to put it on the webpage. Rather than using the webpage as a file, I want to do the webpage as an updated thing built into the main code. I just don't like too many external bits and bobs with code. I like monolithic code.
The aim is to have the camera taking images then presenting the images via the webpage on a captive wifi portal.
#raspberry #raspberrypi #raspberrypipico #raspberrypipicow #pipicow #pipico #python