Choosing Between Pipeline Apps and Standalone Apps for Hailo-8L on Raspberry Pi 5

Hi,

I am currently studying the GitHub repository:

My goal is to develop my application on a Raspberry Pi 5 using the Hailo-8L.

Could someone kindly explain whether I should follow the Pipeline Apps approach or the Standalone Apps approach? What are the differences between these two methods?

We are planning to experiment with multiple models, so it would be helpful to understand which approach is more suitable.

Thank you in advance.

Hi @user254 ,

I would recommend to start with the pipeline (Streamer based) apps - most of the hailo api already implemented in Tappas.
In standalone apps the hailo api called directly.

Thanks,