tappas_v3.28.0 $ ./install.sh --skip-hailort
trying to install TAPPAS 3.28 on Raspberry Pi AI kit, using manual installer tappas_3.28.0_linux_installer.zip.
Getting following error.
WARNING: Requirement gcc-9 not found.
WARNING: Requirement g+±9 not found.
Tried to install gcc-9 and g+±9 but they are not available in repositories for bookworm.
E: Unable to locate package gcc-9
E: Package ‘g+±9’ has no installation candidate
is it possible to change it to gcc-12 and g+±12?
omria
June 24, 2024, 8:39am
2
hey @accounts
Please use the automatic installation and follow the guide in
# How to Set Up Raspberry Pi 5 and Hailo-8L
In this guide, you will learn how to set up the Raspberry Pi 5 with a Hailo-8L AI accelerator.
## Table of Contents
- [What You'll Need](#what-youll-need)
- [Hardware](#hardware)
- [Software](#software)
- [Troubleshooting](#troubleshooting)
## What You'll Need
- Raspberry Pi 5
- Raspberry M.2 M-Key HAT
- Hailo8L M.2 module (Hailo-8 is also supported)
- Thermal pad (Included with the kit)
- Optional: Heat sink
- Optional: An official Raspberry Pi camera (e.g., Camera Module 3 or High-Quality Camera)
- Optional: USB camera
## Hardware
This file has been truncated. show original
We are adding support for gcc-12 and g+±12 in later versions.
Regards
How to run multistream_app using RTSP streams?
omria
June 24, 2024, 9:18am
4
hey @accounts
To use RTSP streams please check out our examples :
Regards
as per this post, Hailo-Application-Code-Examples, do not work on Raspberry Pi at the moment.
Hi
I already try hailo-rpi5-examples
all examples work perfectly.
But when I try to run those examples on raspberry pi 5:
Hailo-Application-Code-Examples runtime:python
But have error:
ModuleNotFoundError: No module named ‘hailo_platform’
Is ‘hailo_platform’ supported?
Is raspi 5 must use with GStreamer?
What is the different about package ‘hailo’ and ‘hailo_platform’?
I am so confused.
what I want to do is use it with picamera2 , Are there examples code work with picamera2?
Thx