Skip to content

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

License

Notifications You must be signed in to change notification settings

ilyajob05/mjpegStreamer

Repository files navigation

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