Makes it possible to open esp32 cam stream in multiple devices/browsers. Controll buttons still work global way as there is one camera stream and image resolution set globally.
- hardcoded local ip/port way of reaching camera and this proxy
- multiple connection
- global image size control
- Add configurable one place or dynamic render for IP adresses/port, currently hardcoded CAM and proxy URL
https://randomnerdtutorials.com/esp32-cam-video-streaming-face-recognition-arduino-ide/
The buffertools depenceny of the mjpeg proxy has a lots of visual studio related requirements. I faced many issues installing so I collected here some hints if you have build errors like me, you can find solution here:
https://catalin.me/how-to-fix-node-js-gyp-err-cant-find-python-executable-python-on-windows/
Happy troubleshooting ;)