Skip to content

Serving frames and streams from an USB camera over HTTP

License

Notifications You must be signed in to change notification settings

jtekt/camera-handler

Repository files navigation

Camera handler

A microservice to serve frames and streams from an USB camera over HTTP.

API

Route Method Description
/ GET Description of API
/frame GET Capture a frame using camera
/stream GET Stream a series of frames using camera
/settings GET Get the camera settings
/settings PATCH Update some of the camera settings

Environment variables

Variable Description
FPS Stream framereate
INITIAL_SETTINGS Camera intiial settings in Stringified JSON format. Example: INITIAL_SETTINGS={ "exposure_auto" : 0 }

About

Serving frames and streams from an USB camera over HTTP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published