In WebViewer.
-
Error: header fields are too long for server to interpret.
-
If you use the codes https://randomnerdtutorials.com/esp32-cam-video-streaming-face-recognition-arduino-ide/ to build a Web Server and try to see the stream (http://192.168.1.7/stream) in a WebViewer, you will get the error:
header fields are too long for server to interpret. -
@ewpatton explains this error here:
https://groups.google.com/forum/#!msg/mitappinventortest/jKLQBeKQ9TA/vQSc87hnAwAJ -
In the same topic, Frank Bröker finds the solution:
uses this library and load the example: ./examples/WiFiCam/WiFiCam.ino
with this library you can see the stream in a WebViewer component.
https://github.com/yoursunny/esp32cam -
In this way you can see the stream and put Buttons on the same Screen.