-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Streaming server not working for OV2640 #202
Comments
Just a quick suggestion. I had some troubles when testing and discovered that one of the chrome-based browsers would keep the stream open, so subsequent attachments would not be able to access the stream. Had me tricked for a while as single images worked fine. A reset of ESP would clear it, but on occasion, the browser's agressive precaching would attach again. Especially tricky when testing from phone and pc. |
This is a well know issue, keeps catching people out. See #51 |
Hi. |
You got encountered this when you tried to run from multiple clients at the same time, not realising that is not supported. That's not the typical use-case, and most people do not run afoul of this as quickly as your average web-developer 😛
|
I understand and agree with your points, so just earlier I tried the original example again. Either way, I think for time being I will continue for a while with that example, especially since the few things I want to implement, as it happens, are not in this script.
Anyway, your efforts are great and it's amazing you are offering this as FOSS. |
Hi good people.
First of all Merry Christmas and Happy new year! :)
Secondly, I am testing a Waveshare Esp32 One board with an OV2640 cam.
Everything went OK, I read your doc and tweaked a few things and all actions behave great, except for the streaming server that almost never works. It only fired once or twice.
Note1: the cam definition that worked is 'CAMERA_MODEL_ESP_EYE'
Note2: the streaming works with the default espressif webcam example sketch.
Does anyone have experienced this or have any idea if I'm doing anything wrong?
Thanks a lot!
The text was updated successfully, but these errors were encountered: