Skip to content
/ tracker Public

For trumpy bear use. Track person from trumpy bear camera, moves turrets.

Notifications You must be signed in to change notification settings

ccoupe/tracker

Repository files navigation

tracker

Trumpybear sends images from its camera (as jpg). Tracker finds the 'person' shape in the image and the bounding box for the shape. It sends the bounding box to the turrets via mqtt so they can follow/aim at the middle of the shape.

Wait, there is more. We can create mjpeg stream of the images with bounding box drawn and notify an mqtt topic when the stream is available (or closed) so different followers could display the stream (kodi for example or the login panel or both)

Things to put in requirements.txt: pip install paho-mqtt pip install imutils pip install imagezmq pip install gputil # so we can detect and use a gpu.

About

For trumpy bear use. Track person from trumpy bear camera, moves turrets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published