gomjpegserver

command module
v0.0.0-...-f5abbc1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2017 License: GPL-3.0 Imports: 6 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package mjpeg creates a motion jpeg handler from a camera
Package mjpeg creates a motion jpeg handler from a camera
Package piCamera is a simple wrapper for raspivid.
Package piCamera is a simple wrapper for raspivid.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL