Several cameras over ethernet Raspberry-pi 5

Hi fellows, working on custom object detections with hailo 8 (26 tops) ai hat on rpi5, is that possible to work with several video streams (4) over Ethernet connected switch with 4 IP cameras connected to it?

Hey @user342,

Yeah, this should work fine – no issues there. Just keep in mind that you might see higher CPU usage with this approach.

I’d recommend checking out this example for handling multiple inputs: hailo-apps-infra/hailo_apps/hailo_app_python/apps/multisource at dev · hailo-ai/hailo-apps-infra · GitHub

That should give you a good starting point!