package
Version:
v0.0.0-...-418de2e
Opens a new window with list of versions in this module.
Published: Jan 8, 2017
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Process handles command line and errors for the OS process that captures the video / picture.
func NewPictureProcess(width, height, quality int) *Process
NewPictureProcess configures a new Process for capturing picture(s).
func NewVideoProcess(width, height, fps int) *Process
NewVideoProcess configures a new Process for capturing video.
Run starts the process and waits until it finishes.
type Server struct {
ValidatePassword func(string) error
}
Server allows serving video stream and pictures over HTTP.
Handler replies to the client request for camera pictures or video.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.