I am using a program to get the frames from the camera, then I process the image and I reestream it.
Everything is fine at startup, but when the program has been running ~30 minutes, I see how the video slow down, I even start to see the video start to lose some frames and don’t recover the delay.
The pipeline that I’m using right now is the following:
Hi,
Probably the performance is capped by certain thermal condition. The thermal status is shown in executing sudo tegrastats. Please run it and check the status when the issue happens. Might provide some clue.
Hi,
I’m monitoring the state of the board with the sudo tegrastats command, I don’t see severe changes in the state or temperature, I leave here the command output when I have a severe slowdown of the frames.
To give more information, when I have this state, I see jumps in the mouse pointer and I see how the processed frames never get the same frames that it processed during the first 30 minutes.
If I use this pipeline I haven’t that problem, but I see a microcuts in the stream.
I have seen that when my program takes to do something for some reason, it is when the delay is created in the image, I think that these frames will be stored in some buffer, is there a way to empty this buffer so that this delay isn’t created?
I put it without any criteria because I don’t really understand what these options really do and I don’t know what is the best frequency that I have to choose.
But after those commands I see that the problem does not go away, but appears later, I’m not sure when, but I see in my log that the frames slow down to 21 when in the first moments of the program it was in 25-28.
hi - I am having a very similar problem. I stream images through the inference engine and over time everything on the jetson runs really slow and eventually seems totally locked up. I am monitoring top and tegrastats and until the point where these stop updating everything seems normal. If I kill my python service that is running the inferences, before it totally locks up, then it everything else recovers.