GithubHelp home page GithubHelp logo

Comments (2)

easytarget avatar easytarget commented on August 20, 2024

I'm afraid mid-frame lockups are pretty inevitable unless your network is perfect. When developing I see them all the time, but no associated errors in serial debugger or browser console to indicate anything failed in the code,

With the chunked stream used here an active connection has to be held from the browser to the cam, and the cam then blindly pushes data over that. If the connection drops for any reason the stream freezes.

Changing the stream protocol could help but that is a whole other topic. Other ESP cam solutions exist if this is critical. For the present I'll keep the simple streaming protocol as implemented bu expressif. Another option could be code in the browser that detects a failed stream and re-starts it.

from esp32-cam-webserver.

easytarget avatar easytarget commented on August 20, 2024

espressif/esp32-camera#162 may be related.

on the other hand, I've had a webcam streaming to to a pi running ffox; and running continually (stream still working) for 2+ days now in my workshop. I'll try increasing the resolution and light levels to see what that does.

from esp32-cam-webserver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.