Skip to content

technomancers/goMjpegServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Mjpeg Server

This package houses two different packages related to eachother.

  1. mjpeg package is used to create an HTTP server for a stream of JPEG images (may or may not be in MJPEG format).
  2. piCamera is a nice interface for raspivid command. It does everything from stdOut so no files are created.

Installation

go get github.com/technomancers/goMjpegServer

main.go is an example project that consumes both mjpeg and piCamera (please use technomancers/piCamera instead of the one in this package as I am deprecating the one in this repository).

When you run the application goMjpegServer (if you have $GOPATH/bin in your path it should be installed) it will start a mjpeg server on http://localhost:8080. Navigate to it and you should see that your camera is now capturing and displaying to webpage.

About

MJPEG Server for Raspberry Pi cameras

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published