Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 761 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 761 Bytes

CMake Docker Image CI

mjpegStreamer

Simple application for create and translation mjpeg video stream to http webpage use openCV Multithread video streaming

Requirements

openCV

Usage

Set number youre camera

mkdir build

cd build

cmake ..

./mjpegStreamer -src 0 -port 8080 -quality [1-10] -fps 1

or

./bin/mjpegStreamer -src 0 -port 8080 -quality [1-10] -fps 1

Open browser and connect 127.0.0.1:8080