Skip to content

Golang webcam + OpenCV image grab that communicates via MQTT to the Python facer app.

Notifications You must be signed in to change notification settings

SabreLabs/gocam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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 .

About

Golang webcam + OpenCV image grab that communicates via MQTT to the Python facer app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages