8000 GitHub - royxue/motion-detector: Motion Detector with Websocket, OpenCV, Protobuf, Golang, Python
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Motion Detector with Websocket, OpenCV, Protobuf, Golang, Python

Notifications You must be signed in to change notification settings

royxue/motion-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

motion-detector


Motion Detector with Websocket, OpenCV, Golang, Python

Dependencies:

Golang:

  1. gorilla/websocket

Python:

  1. websocket-client
  2. opencv

Protobuf

How to run:

  1. Under the server folder, run the server with go run server.go

  2. Then go to the client folder, run the client python client.py

  3. I used opencv built-in method to connect the webcamera, and if motion is detected, it will save the image file in result folder, with timestamp in the file name.

About

Motion Detector with Websocket, OpenCV, Protobuf, Golang, Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0