Hello all,
is there any way to monitor memory bandwidth usage?
i want to do this because of the following situation:
i need to display the 4 video streams form 4 machine vision cameras. the way that these cameras work is by sending a 13MP image at 20 FPS at the system, the software on the system then make this into a video stream to display. per camera this is 280MB/s, so in total 1120MB/s of data needs to be processed into a video stream
when i was testing this i was running into issues with the time that it takes to process the frames.
after upgrading the RAM from 1 stick of 2666 to 2x3200 the issue when away.
the CPU usage is only about 30%
so i want to monitor memory bandwidth usage to see if there is a bottleneck and how much it is.
platform:
MB: Asrock industrial: IMB-1233-WV
CPU: I3-12100
OS: Windows 10 IoT LTSC 2021
thanks for any responses.