hello, I was making an html project with a camera that reads analog values over multiserver adc error "startcameraserver();" When I introduced the analog sensor after the command, adc erorr took care of it, but then when I make the camera over a multi server (the first is the camera, the second is the sensor values), the camera starts and stops on the html and goes from the server and then I get the camera capture failed message, but when I leave the html multi server and remove the sensor from the code, the camera works fine. how can i fix?
Without seeing your code and a better explanation of what you are trying to do you can expect to get very little help
Menuconfig->component_config->log_output what is log output
How could we know since we can't see the code ?
Instead of solving the ADC error, I used 2 esp32s connected with wi-fi, the first esp32 to send the camera and the second esp32 to send the sensors, in this way, there are 2 different ip pages and a single wi-fi, so all the errors are gone.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.