Proof of concept using an ESP32 camera and ESPNow on broadcast mode to have video streaming to others ESP32 using ESPNow.
git clone --recursive https://github.com/hpsaturn/espnow-camera.git
cd espnow-camera
We need remove extra target by this issue:
cd lib/esp32-camera
rm -r target/esp32s2 target/esp32s3/
cd ../..
Build and upload:
pio run --target upload
git submodule update --init --recursive
pio run --target clean
pio run --target upload