I’m currently developing a project to detect objects moving across a line or entering a defined zone using an Raspberry Pi camera. I’m running the model through the Hailo system on a Raspberry Pi 5, using the GStreamer pipeline for real-time display.
I’ve already created line drawing code in Python (specifying the coordinates of the detected line) and added it to my script. However, when I run it using this command:
python3 basic_pipelines/detection.py
–labels-json resources/license_plate.json
–hef resources/license_plate.hef
–input rpi
The lines I drew are not showing on the screen that displays the video stream from the camera. Only the camera image and the object detection frame are showing.
Please give me some advice on how to make it or how you can actually use it.
![]()