snowzach / doods2

API for detecting objects in images and video streams using Tensorflow
MIT License
232 stars 30 forks source link

WS Stream flow #98

Closed EmanuelRodrigues closed 8 months ago

EmanuelRodrigues commented 9 months ago

Doods is amazing! Great work here. How can i stop the processing of a stream started via websocket request? Currently I'm stopping the Doods container to stop the detection. But is there an endpoint or request payload type to tell the doods to stop the stream? Thank you a lot.

snowzach commented 9 months ago

You should just be able to close the websocket.

snowzach commented 8 months ago

Closing this ticket. Reopen if issues.