Giter Club home page Giter Club logo

Comments (5)

me-no-dev avatar me-no-dev commented on August 16, 2024

I'm confused by "from browser to the module"
do you mean to show the arducam image using the ESP as a server+socket?
I do not have the proper kind of arducam to test but the WebSocket lib has async implementation also :)
so I see no problem to be done.

You need the async branch of the WebSocket git and to change a define in the header.

from espasyncwebserver.

mkeyno avatar mkeyno commented on August 16, 2024

thanks for quick respond , I mean right now people test the video stream from ESP+Arducam to browser and I'm just curious about reverse action and send video frame stream to the ESP so it can process it for example store in the SD card

from espasyncwebserver.

me-no-dev avatar me-no-dev commented on August 16, 2024

ok I have integrated a websocket plugin that can be used in that way and receive the data/image there :)
Check the latest changes and the WebSocket info towards the end of the README for more info on how to use it, with it you can accept any WebSocket message that conforms to the standard :)

from espasyncwebserver.

mkeyno avatar mkeyno commented on August 16, 2024

dear @me-no-dev do you have any example code ?can we resize the websocket buffer to video frame that we intended uploaded to ESP

from espasyncwebserver.

me-no-dev avatar me-no-dev commented on August 16, 2024

the web socket in my implementation does not use a buffer to receive the data. You get every incoming packet and info, so you can put them back together and you know which one is first and last.
Works much like the file uploads :)

from espasyncwebserver.

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.