GithubHelp home page GithubHelp logo

esp-cpp / camera-display Goto Github PK

View Code? Open in Web Editor NEW
10.0 0.0 0.0 106 KB

Example for ESP32-S3-BOX which receives an MJPEG stream from the camera-streamer app over WiFi and displays it on the screen.

License: MIT License

CMake 2.74% C++ 97.26%
display esp32-s3-box espressif mjpeg rtp rtsp wifi streaming mdns

camera-display's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

camera-display's Issues

Move from TCP image stream to RTSP (RTP / RTCP) (Client Side)

Is your feature request related to a problem? Please describe.

Right now the TCP image stream works well once TCP adjusts to the existing WiFi network conditions, but it suffers any time the camera / display move relative to each other or when something else causes a chance to the network conditions. This shows up as a lag spike / stuttering.

This would also enable visualization solutions on computers / phones through the use of gstreamer, vlc, etc.

Describe the solution you'd like

Move to a real-time UDP based solution for streaming the data which prioritizes minimizing lag and maximizing quality of service.

This is the client side implementation for the media stream, the server side implementation is tracked in the camera-streamer app

Describe alternatives you've considered

Doing pure UDP (no additional control streams or QoS mechanisms) for data streaming.

Additional context

Some useful references:

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.