I am working on a system which needs to be run continuously 24/7. I am using a detection pipeline given bin hailo_rpi5_examples. The only thing that i changed is that I am storing bounding boxes, frames and all relevant info in a queue and it is working in a loop. Then, I have a separate process that pops out from that queue and access it. While running this I faced an error Gstreamer Dequeue timeout and then code breaks. When i did my research on this I found out maybe this is because of bypass queue, in which buffer size is mentioned due to which it somehow did not dequeue the frames in specific time. This is why my code breaks but i don’t know that this is the exact reason. So I need authentic solution for this issue because I can’t afford these issues. My scripts needs to be run continuously, pushing and popping is doing 24/7 so I need solution for this problem.
Hi @malikharis3984,
It’s hard for me to determine the issue based on the current information. Could you please provide more details? The more information you can share, the better. If you prefer not to share the code here, you can send it to me in a private message.
Additionally, I noticed you had another post that seemed to be a duplicate, so I deleted it. If it wasn’t a duplicate, feel free to send it to me as well in a private message.