Hello, I searched to see if anyone else was dealing with this problem, but I couldn’t find anything. I am using a Raspberry Pi 5 with a Hailo-8L AI HAT. I found that the model output is cropped and mirrored (which isn’t a big problem). When the output is cropped, it means that some objects that the camera sees are not detected by the model because they are cropped out of the frame. And that’s a bit of a problem in real life.
I don’t really mind the resolution, so I can lower it. But I would like to have the entire image available for processing. Do you know which function in gstreamer_helper_pipelines or estimation_pipeline does this? Or is it perhaps hidden somewhere? Or do you have any idea how to make it work?
I tryed editing functionget_pipeline_string(self)but I think this is not the way I shut go.

