mirror of
https://github.com/gen2brain/cam2ip.git
synced 2025-12-15 20:08:30 +00:00
ec60387edfc4581acfdd4e174888940f5a8860e7
cam2ip
Turn any webcam into an IP camera.
Example (in web browser):
http://localhost:56000/mjpeg
or
http://localhost:56000/html
Requirements
Build tags
cv3- build with OpenCV 3.x gocv, default is version 2.x via go-opencvnative- build with native Go V4L implementation on Linux/RPi instead ofOpenCVjpeg- build with native Goimage/jpeginstead oflibjpeg-turbo
Download
Binaries are compiled with static OpenCV/libjpeg-turbo libraries, they should just work:
Installation
go get -v github.com/gen2brain/cam2ip
This will install app in $GOPATH/bin/cam2ip.
Usage
Usage of ./cam2ip:
-bind-addr string
Bind address (default ":56000")
-delay int
Delay between frames, in milliseconds (default 10)
-height float
Frame height (default 480)
-width float
Frame width (default 640)
-htpasswd-file string
Path to htpasswd file, if empty auth is disabled
-index int
Camera index
-nowebgl
Disable WebGL drawing of images (html handler)
-rotate int
Rotate image, valid values are 90, 180, 270
-video-file string
Use video file instead of camera
Handlers
/html: HTML handler, frames are pushed to canvas over websocket/jpeg: Static JPEG handler/mjpeg: Motion JPEG, supported natively in major web browsers
Languages
Go
91.6%
Shell
7.8%
Dockerfile
0.6%