Giter VIP home page Giter VIP logo

client_demo's Introduction

Description

  1. Create a web server with a /start endpoint (you can use any library you want).
    1. It only responds to a POST request.
    2. When it receives the parameter rtsp_url, start a new process.
  2. The new process reads the video stream from rtsp_url using opencv.
  3. Add a /stop endpoint.
    1. Save an image with size 900x900 of the top 9 brightest frames from the video in a grid.
    2. Stop the video reading process.
    3. Display the image in the HTML response.
  4. Save this image and send it on the Upwork chat.

Notes:

  • Your solution will be judged based on readability, correctness and documentation.
  • This task should not take more than 1-2 hours.
  • Do NOT post your answer on a public URL.

Submission

  • Create a zip file exercise.zip
  • After it's unzipped, it should contain the project source code.
  • The program MUST run inside Docker. We will run your script using the following command:

client_demo's People

Contributors

souvikg544 avatar

Watchers

 avatar

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.