Skip to content

Sample project reading from a video source and displaying the processed image via http

Notifications You must be signed in to change notification settings

hellonico/opencv-live-video-stream-over-http

 
 

Repository files navigation

Video Streaming to browser

Direct Access to the stream http://0.0.0.0:8180

Using the Sample React Client

  • Top Left: MJpeg encoded Video Stream sent by the server
  • Top Right: List of Filters read from a file on the server
  • Bottom Left: FPS Filter requested from the client
  • Bottom Right: Yolo detection requested from the client

Starts the streaming server

 mvn compile exec:java

Starts the react client

cd sample-react-client
npm i 
npm run start

About

Sample project reading from a video source and displaying the processed image via http

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 35.7%
  • JavaScript 31.5%
  • TypeScript 20.1%
  • HTML 8.9%
  • SCSS 2.8%
  • Shell 1.0%