I’m trying to build and run face_recognition.sh example on rpi5 but was not able to run
Steps i followed
cd tappas_VERSION
mkdir hailort
git clone GitHub - hailo-ai/hailort: An open source light-weight and high performance inference framework for Hailo devices hailort/sources
sudo apt-get install -y rsync ffmpeg x11-utils python3-dev python3-pip python3-setuptools python3-virtualenv python-gi-dev libgirepository1.0-dev gcc-12 g++-12 cmake git libzmq3-dev
sudo apt-get install -y libopencv-dev python3-opencv
# To check the OpenCV version installed
pkg-config --modversion opencv4
sudo apt-get install -y libcairo2-dev libgirepository1.0-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio gcc-12 g++-12 python-gi-dev
sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0
After installing everything
./install.sh --skip-hailort --target-platform rpi
No TAPPAS_WORKSPACE in environment found, using the default one /home/pi/Downloads/tappas_v3.30.0
Hailo Tappas was removed successfully.
To unset Tappas environment variables, please relogin or reboot the PC.
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
WARNING: Requirement gcc-9 not found.
WARNING: Requirement g++-9 not found.
SYSTEM REQUIREMENTS REPORT
Component Requirement Found
========== ========== ========== ==========
Apt-Package ffmpeg V Required
Apt-Package x11-utils V Required
Apt-Package python3-dev V Required
Apt-Package python3-pip V Required
Apt-Package python3-setuptools V Required
Apt-Package libgirepository V Required
Apt-Package gcc-9 X Required
Apt-Package g++-9 X Required
Apt-Package python-gi-dev V Required
Apt-Package pkg-config V Required
Apt-Package libcairo2-dev V Required
Apt-Package libgirepository1.0-dev V Required
Apt-Package libgstreamer1.0-dev V Required
Apt-Package cmake V Required
Apt-Package libgstreamer-plugins-base1.0-dev V Required
Apt-Package libzmq3-dev V Required
Apt-Package rsync V Required
Apt-Package git V Required
Apt-Package libgstreamer-plugins-bad1.0-dev V Required
Apt-Package gstreamer1.0-plugins-base V Required
Apt-Package gstreamer1.0-plugins-good V Required
Apt-Package gstreamer1.0-plugins-bad V Required
Apt-Package gstreamer1.0-libav V Required
Apt-Package gstreamer1.0-tools V Required
Apt-Package gstreamer1.0-x V Required
Pkg_config-Package opencv4 V Required
Pkg_config-Package opencv_imgproc V Required
Pkg_config-Package opencv_core V Required
Pkg_config-Package opencv_imgcodec V Required
Pkg_config-Package opencv_features2d V Required
Pkg_config-Package opencv_calib3d V Required
Pkg_config-Package opencv_flann V Required
Package Gstreamer V Required
See system_reqs_results.log for more information.
Now the Error is
/Downloads/tappas_v3.30.0 $ hailortcli fw-control identify
Executing on device: 0000:01:00.0
Identifying board
Control Protocol Version: 2
Firmware Version: 4.18.0 (release,app,extended context switch buffer)
Logger Version: 0
Board Name: Hailo-8
Device Architecture: HAILO8L
Serial Number: HLDDLBB243300544
Part Number: HM21LB1C2LAE
Product Name: HAILO-8L AI ACC M.2 B+M KEY MODULE EXT TMP
pi@raspberrypi:~/Downloads/tappas_v3.30.0 $ cd apps/h8/gstreamer/raspberrypi/sanity_pipeline
pi@raspberrypi:~/Downloads/tappas_v3.30.0/apps/h8/gstreamer/raspberrypi/sanity_pipeline $ ./sanity_gstreamer.sh
WARN: HailoRT version is 4.18, expected to be 4.19 (version was extraced using the following command: 'hailortcli fw-control identify')
pi@raspberrypi:~/Downloads/tappas_v3.30.0/apps/h8/gstreamer/raspberrypi/sanity_pipeline $
So how do i run it.