Hello,
I have problem with running this example: GitHub - hailo-ai/hailo-rpi5-examples.
When I run: python basic_pipelines/detection.py -i /home/user/video.mp4, script return: Segmentation fault.
I have RPi 5 with Hailo 8L module. My operating system is Raspberry Pi OS without GUI.
I would like to create a script that will detect people in the video to send a notification.
I’m asking for help.
Hey, had the same problem:
Solved it with:
sudo apt-get install gstreamer1.0
Thanks for Your answer. It was helped.