esp32-mjpeg-multiclient-espcam-drivers
esp32-mjpeg-multiclient-espcam-drivers copied to clipboard
ESP32 MJPEG Multiclient Streaming Server with latest Espressif drivers
I updated camera_pins.h with t-camera pins from LilyGO. If you are happy to include, the updated file is at: https://pastebin.com/MMXXxt6E Tested on my t-camera v1.6.2 and works a treat. Pin...
When loading the JPG, the image appears instantly in the browser but the network connection remains open for about 2 seconds. 
I don't know if it's a configuration issue or incompatibility on the part of klipper/octoprint but this has the best response time and frame rate of all the ones i've...
Added the following line in main program code, under WiFi.mode(WIFI_STA); wifi_auth_mode_t(WIFI_AUTH_WPA3_PSK); Am curious about transition disable, pwe_h2e, pk_mode. Great program, thanks. I think if you change res above 1024, find...
Hi, So this is probably my favourite ESP32 program. Anyhow, I went on holiday, and custom modifications to the code were removed, and 3/4 ESP32's had identical hardware mac addresses,...
Arduino-IDE/esp32-cam-rtos-allframes/to_bmp.c:30:10: fatal error: esp32s3/spiram.h: No such file or directory 30 | #include "esp32s3/spiram.h" | ^~~~~~~~~~~~~~~~~~ compilation terminated. exit status 1 Compilation error: esp32s3/spiram.h: No such file or directory
Please, give me an advice. I followed the instructions to clone the repository. I didn't make any changes to the code. The build fails with the following error: **Couldn't find...