You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am working on a project that uses ESP32S3-EYE board and a OV2640 camera. The camera configuration parameters are kept to default and the PSRAM is enabled.
Everything works great except that I am observing frequent disconnections on the RTSP stream. I am trying to access the RTSP stream with the help of ‘rtsp’ library in python. It is coming out to be good whenever I am running it for the first time. From second time onwards, the stream is not up.
It looks like the RTSP stream was not closed properly during the first time that it was running. If that is the case, how can I close the RTSP socket properly?
Any suggestions or help would be greatly appreciated!
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi Curie / Joba,
Disconnects are often caused by loss of connectivity or too much data going
over the RTSP stream so the ESP cannot handle it anymore.
Also, if the web page is opened and the MPEG stream is running, the RTSP
stream will no longer work.
Could this be the issue?
Rene
OTA has been taken out in the develop branch this might increase performance...
Could you try to see if the esp32S3-eye board is still working correctly with the new easy configurable board definitions?
Hi,
I am working on a project that uses ESP32S3-EYE board and a OV2640 camera. The camera configuration parameters are kept to default and the PSRAM is enabled.
Everything works great except that I am observing frequent disconnections on the RTSP stream. I am trying to access the RTSP stream with the help of ‘rtsp’ library in python. It is coming out to be good whenever I am running it for the first time. From second time onwards, the stream is not up.
It looks like the RTSP stream was not closed properly during the first time that it was running. If that is the case, how can I close the RTSP socket properly?
Any suggestions or help would be greatly appreciated!
Thanks in advance.
The text was updated successfully, but these errors were encountered: