snowzach / doods

DOODS - Dedicated Open Object Detection Service
MIT License
306 stars 31 forks source link

mqtt support #5

Closed johntdyer closed 5 years ago

johntdyer commented 5 years ago

any thoughts on adding mqtt support, kinda like how frigate does it ?

snowzach commented 5 years ago

Not to DOODS. It's meant just to be a simple API that does the object detection only. With that said, I was thinking about writing my own system that does detection/mqtt/etc like frigate that leverages DOODS. It would probably be somewhat trivial to add DOODS support to frigate as well.

The next thing I am working on is writing an RTSP proxy so I can mux feeds out of my cameras to BlueIris and Home assistant and whatever this detection engine I write next is.