Hello everyone,
I have a Raspberry Pi 5 and an AI Kit Hailo-8L. I would like to:
- Capture images from two (or more) Imou cameras.
- Display the captured frames on a Tkinter GUI.
Is my setup capable of handling this?
I am new to Python and not very good at English, so I really appreciate your help.
Thank you very much!
omria
2
Hey @Loi_Tran,
Welcome to the Hailo Community!
Yes, your setup is capable of this. You have two options:
-
Use GitHub - hailo-ai/hailo-rpi5-examples - you can take this ready example and update it to use GUI tkinter and two cameras.
-
Or you can use Hailo-Application-Code-Examples/runtime/python/object_detection at main · hailo-ai/Hailo-Application-Code-Examples · GitHub and add the extra camera as an input along with your GUI.
The first option uses gstreamer in the background with Python for the application, while the second option is all Python.
1 Like