bububa / camera

golang lib for different camera device capture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang lib for camera capture

Go Reference Go goreleaser GitHub go.mod Go version of a Go module GoReportCard GitHub license GitHub release

Demo

demo screen capture

Install

go get -u github.com/bububa/camera

Requirements

  • libjpeg-turbo (use -tags jpeg to build without CGo)
  • On Linux/RPi native Go V4L implementation is used to capture images.

Build tags

  • cv4 - build with OpenCV 4.x (gocv)
  • jpeg - build with native Go image/jpeg instead of libjpeg-turbo
  • android - build for Android

About

golang lib for different camera device capture

License:Apache License 2.0


Languages

Language:Go 100.0%