hailo-ai / hailo-rpi5-examples

MIT License
385 stars 59 forks source link

Event-based seamless integration #56

Open OriNachum opened 1 month ago

OriNachum commented 1 month ago

As a developer, I want to integrate Hailo with my existing app.
I have seen this need for other developers on Reddit (r/computervision) and facebook.

Solution: I have open a pull request that demonstrates how to integrate hailo with any existing app, via Unix Domain events. Running both apps separately allows seamless integration from code perspective.

The existing solution can be easily adapted to Websocket, so Raspberry Pi + AI Kit can act as an AI Camera service.