Skip to content

OsamaJBR/golang-camera-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Camera/Video HTTP Server in Golang

Install OpenCV for Go

$ go get -u -d gocv.io/x/gocv
$ cd $GOPATH/src/gocv.io/x/gocv
$ make install

Run it

# serve the default webcam /dev/video0 
$ go run main.go 

# serve an ip camera stream
$ go run main.go rstp://camera_ip:554/

# serve another a usb camera
$ go run main.go /dev/video1

About

Camera HTTP Streaming Server in Golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published