esp32-mjpeg-multiclient-espcam-drivers icon indicating copy to clipboard operation
esp32-mjpeg-multiclient-espcam-drivers copied to clipboard

ESP32 MJPEG Multiclient Streaming Server with latest Espressif drivers

Results 4 esp32-mjpeg-multiclient-espcam-drivers issues
Sort by recently updated
recently updated
newest added

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. ![grafik](https://user-images.githubusercontent.com/33855380/93314836-96b49580-f80a-11ea-8cd4-be8c58eced89.png)

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...