Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 279 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 279 Bytes

Go Cam

Golang app that uses OpenCV to grab a photo and transmit it via MQTT to a facial recognition backend.

Install

go get github.com/lazywei/go-opencv/opencv
go get github.com/eclipse/paho.mqtt.golang

To Run

go run main.go

To Build

go build .