arkhipenko / esp32-mjpeg-multiclient-espcam-drivers

ESP32 MJPEG Multiclient Streaming Server with latest Espressif drivers
BSD 3-Clause "New" or "Revised" License
167 stars 40 forks source link

Added line for wpa3 #22

Open baboeska opened 1 month ago

baboeska commented 1 month ago

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 1024 in code and very carefully change to width, ie 1600. Make sure you find the right line, seems stable.

baboeska commented 1 month ago

Oh yeah, h mirror horizontal mirror core line is worth having as true, for an as the eye sees it image. Or turn off vflip and mount the other way up. Would be good to have a frigate how to guide for these, the line in frigate Input args: preset-http-jpeg-generic May be useful for some.