Gstreamer example not showing text

Hi everyon, i’m new to this hailo inference process but i need some explanation please.

From what I read in rpi5-examples basic_pipelines/detection.py. if I run it with –use-frame parameter, it should display “The meaning of life is: 42” (nice reference by the way) somewhere in the upper left corner of the output window….

This is done at line 80 with:

cv2.putText(frame, f"{user_data.new_function()} {user_data.new_variable}", (10, 60), cv2.FONT_HERSHEY_SIMPLEX, 1, (0, 255, 0), 2)

But i don’t see the text. Am i missing something or maybe the output is cropped ?